diff options
| author | Richard M. Stallman | 1997-07-23 21:41:47 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-07-23 21:41:47 +0000 |
| commit | 2c9210580bed526041b28f62b396122651fbf336 (patch) | |
| tree | e2e57fc68ac07769822d313b1b7a7bead2c7cea9 | |
| parent | 056e1e3fe723a6850487142d5beca6de309c78cc (diff) | |
| download | emacs-2c9210580bed526041b28f62b396122651fbf336.tar.gz emacs-2c9210580bed526041b28f62b396122651fbf336.zip | |
(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 @@ | |||
| 10 | 10 | ||
| 11 | ;;; This version incorporates changes up to version 2.10 of the | 11 | ;;; This version incorporates changes up to version 2.10 of the |
| 12 | ;;; Zawinski-Furuseth compiler. | 12 | ;;; Zawinski-Furuseth compiler. |
| 13 | (defconst byte-compile-version "$Revision: 2.30 $") | 13 | (defconst byte-compile-version "$Revision: 2.31 $") |
| 14 | 14 | ||
| 15 | ;; This file is part of GNU Emacs. | 15 | ;; This file is part of GNU Emacs. |
| 16 | 16 | ||
| @@ -2344,7 +2344,6 @@ If FORM is a lambda or a macro, byte-compile it as a function." | |||
| 2344 | (byte-defop-compiler19 integerp 1) | 2344 | (byte-defop-compiler19 integerp 1) |
| 2345 | (byte-defop-compiler19 skip-chars-forward 1-2) | 2345 | (byte-defop-compiler19 skip-chars-forward 1-2) |
| 2346 | (byte-defop-compiler19 skip-chars-backward 1-2) | 2346 | (byte-defop-compiler19 skip-chars-backward 1-2) |
| 2347 | (byte-defop-compiler (eql byte-eq) 2) | ||
| 2348 | (byte-defop-compiler eq 2) | 2347 | (byte-defop-compiler eq 2) |
| 2349 | (byte-defop-compiler memq 2) | 2348 | (byte-defop-compiler memq 2) |
| 2350 | (byte-defop-compiler cons 2) | 2349 | (byte-defop-compiler cons 2) |