]> git.eshelyaron.com Git - emacs.git/commitdiff
(eql): byte-defop-compiler definition deleted.
authorRichard M. Stallman <rms@gnu.org>
Wed, 23 Jul 1997 21:41:47 +0000 (21:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 23 Jul 1997 21:41:47 +0000 (21:41 +0000)
lisp/emacs-lisp/bytecomp.el

index d0699aefe11d1a2c072d19ece6fc5e4b83c5ea9d..f3d2d22f5ac82d5e1402aaa8bfb437a1495f1389 100644 (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)