From: Richard M. Stallman Date: Sun, 22 Sep 1996 21:31:56 +0000 (+0000) Subject: (eql): Incorrect definition deleted. X-Git-Tag: emacs-20.1~3662 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a46fb9a190aee7724a861697a159ac989159be4b;p=emacs.git (eql): Incorrect definition deleted. Now it is only in cl.el. --- 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)