From ac8c0cce68f1ab2c16e16167ed030b623b18791a Mon Sep 17 00:00:00 2001 From: Romain Francoise Date: Mon, 31 Oct 2005 17:06:01 +0000 Subject: [PATCH] (describe-simplify-lib-file-name): Add autoload cookie. --- lisp/ChangeLog | 4 ++++ lisp/help-fns.el | 1 + 2 files changed, 5 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e91d94f3aee..5cf65cfbfa7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-10-31 Romain Francoise + + * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie. + 2005-10-31 Dan Nicolaescu * 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')." ;; Return value is like the one from help-split-fundoc, but highlighted (cons usage doc)) +;;;###autoload (defun describe-simplify-lib-file-name (file) "Simplify a library name FILE to a relative name, and make it a source file." (if file -- 2.39.2