Mercurial > emacs
changeset 57073:e8acd9183eb4
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 12 Sep 2004 20:18:20 +0000 |
parents | 9dd4195f1c06 |
children | 666ed3de3a51 |
files | lisp/ChangeLog lisp/ChangeLog.10 |
diffstat | 2 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Sep 12 20:17:53 2004 +0000 +++ b/lisp/ChangeLog Sun Sep 12 20:18:20 2004 +0000 @@ -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.
--- a/lisp/ChangeLog.10 Sun Sep 12 20:17:53 2004 +0000 +++ b/lisp/ChangeLog.10 Sun Sep 12 20:18:20 2004 +0000 @@ -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.