Mercurial > emacs
changeset 75356:2600e61a031f
(bibtex-files): Fix customization type.
author | Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> |
---|---|
date | Sun, 21 Jan 2007 13:45:48 +0000 |
parents | 4e79291d22f4 |
children | fd910e9649e8 |
files | lisp/textmodes/bibtex.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/bibtex.el Sun Jan 21 12:51:29 2007 +0000 +++ b/lisp/textmodes/bibtex.el Sun Jan 21 13:45:48 2007 +0000 @@ -530,7 +530,8 @@ check all BibTeX files in this directory. If an element is the symbol `bibtex-file-path', check all BibTeX files in `bibtex-file-path'." :group 'bibtex - :type '(repeat file)) + :type '(repeat (choice (const :tag "bibtex-file-path" bibtex-file-path) + directory file))) (defvar bibtex-file-path (getenv "BIBINPUTS") "*Colon separated list of paths to search for `bibtex-files'.")