comparison lisp/ChangeLog @ 71047:e98e3d0ee915

(autoload-find-file): New fun. This one calls hack-local-variables. (generate-file-autoloads, update-file-autoloads): Use it.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 29 May 2006 02:11:27 +0000
parents da5fa425123d
children 29150c5d541b
comparison
equal deleted inserted replaced
71046:7a762d10d1a2 71047:e98e3d0ee915
1 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca> 1 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/autoload.el (autoload-find-file): New fun.
4 This one calls hack-local-variables.
5 (generate-file-autoloads, update-file-autoloads): Use it.
2 6
3 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function) 7 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
4 (bibtex-sort-entry-class): Add safe-local-variable predicate. 8 (bibtex-sort-entry-class): Add safe-local-variable predicate.
5 (bibtex-sort-entry-class-alist): Don't set the global value. 9 (bibtex-sort-entry-class-alist): Don't set the global value.
6 (bibtex-init-sort-entry-class-alist): New fun. 10 (bibtex-init-sort-entry-class-alist): New fun.