emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/loadhist.el,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/loadhist.el,v
Date: Sat, 29 Jul 2006 15:05:51 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      06/07/29 15:05:50

Index: loadhist.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/loadhist.el,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -b -r1.39 -r1.40
--- loadhist.el 11 Apr 2006 17:05:16 -0000      1.39
+++ loadhist.el 29 Jul 2006 15:05:50 -0000      1.40
@@ -222,7 +222,7 @@
                  (if aload
                       (fset fun (cons 'autoload aload))
                     (fmakunbound fun))))))
-           (require nil)
+           ((t require) nil)
            (t (message "Unexpected element %s in load-history" x)))
        ;; Kill local values as much as possible.
        (dolist (buf (buffer-list))




reply via email to

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