]> git.eshelyaron.com Git - emacs.git/commitdiff
(eql): Incorrect definition deleted.
authorRichard M. Stallman <rms@gnu.org>
Sun, 22 Sep 1996 21:31:56 +0000 (21:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 22 Sep 1996 21:31:56 +0000 (21:31 +0000)
Now it is only in cl.el.

lisp/subr.el

index 9d576fa3dce3f193ae4726a1273fcfe01f696d69..8633431c764af434f86e592a963d87753a4031e8 100644 (file)
@@ -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)