diff options
| author | Romain Francoise | 2005-10-31 17:06:01 +0000 |
|---|---|---|
| committer | Romain Francoise | 2005-10-31 17:06:01 +0000 |
| commit | ac8c0cce68f1ab2c16e16167ed030b623b18791a (patch) | |
| tree | c5633da7f8aeee7d4214005da20ea6141eed9405 | |
| parent | c94f08ff7af4d0cebf29913bc2767abc25412c77 (diff) | |
| download | emacs-ac8c0cce68f1ab2c16e16167ed030b623b18791a.tar.gz emacs-ac8c0cce68f1ab2c16e16167ed030b623b18791a.zip | |
(describe-simplify-lib-file-name): Add autoload cookie.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/help-fns.el | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e91d94f3aee..5cf65cfbfa7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-10-31 Romain Francoise <romain@orebokech.com> | ||
| 2 | |||
| 3 | * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie. | ||
| 4 | |||
| 1 | 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so | 7 | * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so |
diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 88f32003867..9d4d3ea9b08 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el | |||
| @@ -283,6 +283,7 @@ face (according to `face-differs-from-default-p')." | |||
| 283 | ;; Return value is like the one from help-split-fundoc, but highlighted | 283 | ;; Return value is like the one from help-split-fundoc, but highlighted |
| 284 | (cons usage doc)) | 284 | (cons usage doc)) |
| 285 | 285 | ||
| 286 | ;;;###autoload | ||
| 286 | (defun describe-simplify-lib-file-name (file) | 287 | (defun describe-simplify-lib-file-name (file) |
| 287 | "Simplify a library name FILE to a relative name, and make it a source file." | 288 | "Simplify a library name FILE to a relative name, and make it a source file." |
| 288 | (if file | 289 | (if file |