Mercurial > emacs
diff lisp/textmodes/reftex-parse.el @ 51851:fd24ea145779
(reftex-all-document-files): Add autoload cookie.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Wed, 09 Jul 2003 16:20:54 +0000 |
| parents | c65fda3322a1 |
| children | 27340819ef07 |
line wrap: on
line diff
--- a/lisp/textmodes/reftex-parse.el Wed Jul 09 16:19:49 2003 +0000 +++ b/lisp/textmodes/reftex-parse.el Wed Jul 09 16:20:54 2003 +0000 @@ -171,6 +171,7 @@ reftex-everything-regexp reftex-everything-regexp-no-index)) +;;;###autoload (defun reftex-all-document-files (&optional relative) "Return a list of all files belonging to the current document. When RELATIVE is non-nil, give file names relative to directory
