changeset 16282:40f7e9a1829c

(eql): Incorrect definition deleted. Now it is only in cl.el.
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 Sep 1996 21:31:56 +0000
parents 622cc1ef0b19
children e71331297a43
files lisp/subr.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/subr.el	Sun Sep 22 21:13:49 1996 +0000
+++ b/lisp/subr.el	Sun Sep 22 21:31:56 1996 +0000
@@ -430,7 +430,6 @@
 (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)