Mercurial > emacs
comparison lisp/ChangeLog @ 105847:ca4611bcf0d4
(byte-compile-version-cond): Remove macro.
(byte-compile-compatibility): Remove option.
(byte-compile-close-variables, byte-compile-fix-header)
(byte-compile-insert-header, byte-compile-output-docform)
(byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
(byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
(byte-compile-list, byte-compile-concat, byte-compile-function-form)
(byte-compile-insert, byte-compile-defun):
Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 04 Nov 2009 03:15:14 +0000 |
parents | e2ca82d9bfab |
children | e7f7399383e9 |
comparison
equal
deleted
inserted
replaced
105846:e2ca82d9bfab | 105847:ca4611bcf0d4 |
---|---|
1 2009-11-04 Glenn Morris <rgm@gnu.org> | |
2 | |
3 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro. | |
4 (byte-compile-compatibility): Remove option. | |
5 (byte-compile-close-variables, byte-compile-fix-header) | |
6 (byte-compile-insert-header, byte-compile-output-docform) | |
7 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker) | |
8 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19) | |
9 (byte-compile-list, byte-compile-concat, byte-compile-function-form) | |
10 (byte-compile-insert, byte-compile-defun): | |
11 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571) | |
12 | |
1 2009-11-04 Juri Linkov <juri@jurta.org> | 13 2009-11-04 Juri Linkov <juri@jurta.org> |
2 | 14 |
3 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'. | 15 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'. |
4 (menu-bar-options-menu): Don't quote the `prop' arg of | 16 (menu-bar-options-menu): Don't quote the `prop' arg of |
5 `menu-bar-make-mm-toggle'. | 17 `menu-bar-make-mm-toggle'. |