]> code.delx.au - gnu-emacs/commitdiff
(command-line): Use `get-load-suffixes' instead of `load-suffixes'.
authorLuc Teirlinck <teirllm@auburn.edu>
Mon, 27 Feb 2006 01:56:19 +0000 (01:56 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Mon, 27 Feb 2006 01:56:19 +0000 (01:56 +0000)
lisp/startup.el

index 28a501e68a954ee2b21af6f343c1cc47288a5f93..2245cb92535624b0e79ce1741fc825a790b8988b 100644 (file)
@@ -646,7 +646,7 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
   (let ((lisp-dir
         (file-name-directory
          (locate-file "simple" load-path
-                      load-suffixes))))
+                      (get-load-suffixes)))))
 
     (setq load-history
          (mapcar (lambda (elt)