diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-07-23 21:41:47 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-07-23 21:41:47 +0000 |
commit | 9d6967621cdd115292dd38b84ea9faf93aa88b15 (patch) | |
tree | 9312df5d414e9d336831fc7409a03a563d2c800f | |
parent | 43cc1877d3df138ffa4c7e643b8ee587b023e9bf (diff) | |
download | emacs-9d6967621cdd115292dd38b84ea9faf93aa88b15.tar.gz |
(eql): byte-defop-compiler definition deleted.
-rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index d0699aefe11..f3d2d22f5ac 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -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) |