]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-load-symbol): Don't reload a preloaded file.
authorRichard M. Stallman <rms@gnu.org>
Mon, 7 Jul 1997 19:06:16 +0000 (19:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 7 Jul 1997 19:06:16 +0000 (19:06 +0000)
lisp/cus-edit.el

index a696c471e8f65892d38e9a5f7c8efa0c450788f7..fd458300ca6015756f8057bf9fbbb574072f962f 100644 (file)
@@ -1582,6 +1582,7 @@ and `face'."
                   (require load)
                 (error nil)))
              ;; Don't reload a file already loaded.
+             ((member load preloaded-file-list))
              ((assoc load load-history))
              ((assoc (locate-library load) load-history))
              (t