emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 43f6fd4: * lisp/emacs-lisp/cl-lib.el (cl-endp): Rem


From: Paul Eggert
Subject: [Emacs-diffs] master 43f6fd4: * lisp/emacs-lisp/cl-lib.el (cl-endp): Remove stray 'x.
Date: Mon, 18 Feb 2019 00:36:00 -0500 (EST)

branch: master
commit 43f6fd434dd23fa7202ba95bd1cc3f41234ad609
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * lisp/emacs-lisp/cl-lib.el (cl-endp): Remove stray 'x.
---
 lisp/emacs-lisp/cl-lib.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/cl-lib.el b/lisp/emacs-lisp/cl-lib.el
index 3756b52..60c52c2 100644
--- a/lisp/emacs-lisp/cl-lib.el
+++ b/lisp/emacs-lisp/cl-lib.el
@@ -370,7 +370,7 @@ SEQ, this is like `mapcar'.  With several, it is like the 
Common Lisp
 Signal an error if X is not a list."
   (if (listp x)
       (null x)
-    (signal 'wrong-type-argument (list 'listp x 'x))))
+    (signal 'wrong-type-argument (list 'listp x))))
 
 (cl--defalias 'cl-third 'cl-caddr "Return the third element of the list X.")
 (cl--defalias 'cl-fourth 'cl-cadddr "Return the fourth element of the list X.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]