(bibtex-files): Fix customization type.
This commit is contained in:
parent
c1a1c99425
commit
238a5d6dc9
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
|
||||
|
||||
* textmodes/bibtex.el (bibtex-files): Fix customization type.
|
||||
|
||||
2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
||||
|
||||
* ps-print.el: Handle frame parameters (background and/or foreground
|
||||
|
|
|
|||
|
|
@ -530,7 +530,8 @@ directories specified in `bibtex-file-path'. If an element is a directory,
|
|||
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'.")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue