# HG changeset patch # User Roland Winkler # Date 1169387148 0 # Node ID 2600e61a031f10d5e126c9f7eb738899afd69118 # Parent 4e79291d22f4af87f3ec292fbe53889692d4fe07 (bibtex-files): Fix customization type. diff -r 4e79291d22f4 -r 2600e61a031f lisp/textmodes/bibtex.el --- 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'.")