diff lisp/ChangeLog @ 105849:e7f7399383e9

(byte-defop-compiler19): Remove. Without byte-compile-compatibility, the 'emacs19-opcode property is not used by anything. Replace all calls with byte-defop-compiler.
author Glenn Morris <rgm@gnu.org>
date Wed, 04 Nov 2009 03:17:15 +0000
parents ca4611bcf0d4
children 788b904aa868
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Nov 04 03:15:43 2009 +0000
+++ b/lisp/ChangeLog	Wed Nov 04 03:17:15 2009 +0000
@@ -9,6 +9,9 @@
 	(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)
+	(byte-defop-compiler19): Remove.
+	Without byte-compile-compatibility, the 'emacs19-opcode property is not
+	used by anything.  Replace all calls with byte-defop-compiler.
 
 2009-11-04  Juri Linkov  <juri@jurta.org>