emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/subr.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Fri, 16 Nov 2001 22:53:51 -0500

Index: emacs/lisp/subr.el
diff -u emacs/lisp/subr.el:1.274 emacs/lisp/subr.el:1.275
--- emacs/lisp/subr.el:1.274    Fri Nov 16 09:11:24 2001
+++ emacs/lisp/subr.el  Fri Nov 16 22:53:51 2001
@@ -1539,7 +1539,7 @@
   (or (and (symbolp object) (fboundp object)
           (setq object (indirect-function object))
           (eq (car-safe object) 'autoload)
-          (not (car-safe (cdr-safe (cdr-safe (cdr-safe (cdr object)))))))
+          (not (car-safe (cdr-safe (cdr-safe (cdr-safe (cdr-safe object)))))))
       (subrp object) (byte-code-function-p object)
       (eq (car-safe object) 'lambda)))
 



reply via email to

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