(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 28a501e..2245cb9 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)