1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(eql): byte-defop-compiler definition deleted.

This commit is contained in:
Richard M. Stallman 1997-07-23 21:41:47 +00:00
parent 056e1e3fe7
commit 2c9210580b

View File

@ -10,7 +10,7 @@
;;; This version incorporates changes up to version 2.10 of the
;;; Zawinski-Furuseth compiler.
(defconst byte-compile-version "$Revision: 2.30 $")
(defconst byte-compile-version "$Revision: 2.31 $")
;; This file is part of GNU Emacs.
@ -2344,7 +2344,6 @@ If FORM is a lambda or a macro, byte-compile it as a function."
(byte-defop-compiler19 integerp 1)
(byte-defop-compiler19 skip-chars-forward 1-2)
(byte-defop-compiler19 skip-chars-backward 1-2)
(byte-defop-compiler (eql byte-eq) 2)
(byte-defop-compiler eq 2)
(byte-defop-compiler memq 2)
(byte-defop-compiler cons 2)