*** empty log message ***

This commit is contained in:
Stefan Monnier 2004-09-12 20:18:20 +00:00
parent 25d91d947f
commit 87a53d2ee6
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
2004-09-12 Stefan <monnier@iro.umontreal.ca>
* emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
Don't tell to use \\{...} when it's already done.
* textmodes/bibtex.el (bibtex-generate-url-list): Change format.
Provide a sample complex default.
(bibtex-url, bibtex-font-lock-url): Adapt to new format.

View file

@ -14327,7 +14327,7 @@
2002-06-01 Kim F. Storm <storm@cua.dk>
* simple.el: Reworked previous change.
(choose-completion-string1): Merged back into choose-completion-string.
(choose-completion-string1): Merge back into choose-completion-string.
(choose-completion-string): Run choose-completion-string-functions
after checking for proper minibuffer window. Added mini-p arg to
the hook functions. Insert choice if all hook functions return nil.
@ -14348,7 +14348,7 @@
2002-06-01 Kim F. Storm <storm@cua.dk>
* simple.el (choose-completion-string-functions): New special hook.
(choose-completion-string1): Renamed from choose-completion-string.
(choose-completion-string1): Rename from choose-completion-string.
(choose-completion-string): Run choose-completion-string-functions
until success, and only call choose-completion-string1 if it fails.