diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-09-12 20:18:20 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-09-12 20:18:20 +0000 |
commit | 87a53d2ee6a8913353457a10a5fb65bfac7969e2 (patch) | |
tree | b565578ffc942e479532775675b1f8df4c699047 /lisp | |
parent | 25d91d947ff58fd69ee08f688d02c854ef04980b (diff) | |
download | emacs-87a53d2ee6a8913353457a10a5fb65bfac7969e2.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 3 | ||||
-rw-r--r-- | lisp/ChangeLog.10 | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 916c1afa53c..0a958348356 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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. diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10 index cf1743c3490..486f0f38964 100644 --- a/lisp/ChangeLog.10 +++ b/lisp/ChangeLog.10 @@ -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. |