emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/autoload.el
Date: Sat, 08 Jan 2005 19:49:22 -0500

Index: emacs/lisp/emacs-lisp/autoload.el
diff -c emacs/lisp/emacs-lisp/autoload.el:1.102 
emacs/lisp/emacs-lisp/autoload.el:1.103
*** emacs/lisp/emacs-lisp/autoload.el:1.102     Tue Nov  2 09:20:13 2004
--- emacs/lisp/emacs-lisp/autoload.el   Sun Jan  9 00:30:53 2005
***************
*** 135,141 ****
  
  
  (defun autoload-trim-file-name (file)
!   ;; Returns a relative pathname of FILE
    ;; starting from the directory that loaddefs.el is in.
    ;; That is normally a directory in load-path,
    ;; which means Emacs will be able to find FILE when it looks.
--- 135,141 ----
  
  
  (defun autoload-trim-file-name (file)
!   ;; Returns a relative file path for FILE
    ;; starting from the directory that loaddefs.el is in.
    ;; That is normally a directory in load-path,
    ;; which means Emacs will be able to find FILE when it looks.
***************
*** 273,279 ****
        output-end)
  
      ;; If the autoload section we create here uses an absolute
!     ;; pathname for FILE in its header, and then Emacs is installed
      ;; under a different path on another system,
      ;; `update-autoloads-here' won't be able to find the files to be
      ;; autoloaded.  So, if FILE is in the same directory or a
--- 273,279 ----
        output-end)
  
      ;; If the autoload section we create here uses an absolute
!     ;; file name for FILE in its header, and then Emacs is installed
      ;; under a different path on another system,
      ;; `update-autoloads-here' won't be able to find the files to be
      ;; autoloaded.  So, if FILE is in the same directory or a




reply via email to

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