emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/custom.el
Date: Sun, 19 May 2002 12:07:13 -0400

Index: emacs/lisp/custom.el
diff -c emacs/lisp/custom.el:1.52 emacs/lisp/custom.el:1.53
*** emacs/lisp/custom.el:1.52   Sat Apr 27 23:23:52 2002
--- emacs/lisp/custom.el        Sun May 19 12:07:13 2002
***************
*** 485,491 ****
              ;; if not necessary.
              ((let (found (regexp (regexp-quote load)))
                 (dolist (loaded load-history)
!                  (and (string-match regexp (car loaded))
                        (eq (locate-library load) (car loaded))
                        (setq found t)))
                 found))
--- 485,492 ----
              ;; if not necessary.
              ((let (found (regexp (regexp-quote load)))
                 (dolist (loaded load-history)
!                  (and (stringp (car loaded))
!                       (string-match regexp (car loaded))
                        (eq (locate-library load) (car loaded))
                        (setq found t)))
                 found))



reply via email to

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