diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-09-22 21:31:56 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-09-22 21:31:56 +0000 |
commit | a46fb9a190aee7724a861697a159ac989159be4b (patch) | |
tree | 3bd382e1c9fe8befe5aa194cb13d9ce38ec1f11a /lisp/subr.el | |
parent | f874e5aa19d17b7ace20e664f0f51cb77d13fdd5 (diff) | |
download | emacs-a46fb9a190aee7724a861697a159ac989159be4b.tar.gz |
(eql): Incorrect definition deleted.
Now it is only in cl.el.
Diffstat (limited to 'lisp/subr.el')
-rw-r--r-- | lisp/subr.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index 9d576fa3dce..8633431c764 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -430,7 +430,6 @@ Please convert your programs to use the variable `baud-rate' directly." (defalias 'string= 'string-equal) (defalias 'string< 'string-lessp) (defalias 'move-marker 'set-marker) -(defalias 'eql 'eq) (defalias 'not 'null) (defalias 'rplaca 'setcar) (defalias 'rplacd 'setcdr) |