diff options
| author | Glenn Morris | 2009-11-04 03:17:15 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-11-04 03:17:15 +0000 |
| commit | eef899a997311fb9d0809e01e794cde24126dc6b (patch) | |
| tree | 5aa0c78e9d29062950ae7daf4a5d5644c30628cf /lisp/ChangeLog | |
| parent | b3429475871bdf0237278e396e14adf2a0b66ce7 (diff) | |
| download | emacs-eef899a997311fb9d0809e01e794cde24126dc6b.tar.gz emacs-eef899a997311fb9d0809e01e794cde24126dc6b.zip | |
(byte-defop-compiler19): Remove.
Without byte-compile-compatibility, the 'emacs19-opcode property is not
used by anything. Replace all calls with byte-defop-compiler.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 43f0af1a4d2..3feaa4002f9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -9,6 +9,9 @@ | |||
| 9 | (byte-compile-list, byte-compile-concat, byte-compile-function-form) | 9 | (byte-compile-list, byte-compile-concat, byte-compile-function-form) |
| 10 | (byte-compile-insert, byte-compile-defun): | 10 | (byte-compile-insert, byte-compile-defun): |
| 11 | Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571) | 11 | Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571) |
| 12 | (byte-defop-compiler19): Remove. | ||
| 13 | Without byte-compile-compatibility, the 'emacs19-opcode property is not | ||
| 14 | used by anything. Replace all calls with byte-defop-compiler. | ||
| 12 | 15 | ||
| 13 | 2009-11-04 Juri Linkov <juri@jurta.org> | 16 | 2009-11-04 Juri Linkov <juri@jurta.org> |
| 14 | 17 | ||