From df9887700f151d3a7de15b19f40a5afa1542e118 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 22 Sep 1996 21:31:56 +0000 Subject: (eql): Incorrect definition deleted. Now it is only in cl.el. --- lisp/subr.el | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.2.1