aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d009c258038..fad90534fe9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -25,6 +25,10 @@
25 (shell-dynamic-complete-environment-variable): Don't display 25 (shell-dynamic-complete-environment-variable): Don't display
26 completion messages when command is called in the minibuffer. 26 completion messages when command is called in the minibuffer.
27 27
28 * emacs-lisp/lisp.el (lisp-complete-symbol):
29 Use `minibuffer-message' to display message "No completions of %s"
30 when this command is called in the minibuffer.
31
28 * bindings.el (standard-mode-line-modes): Put special help-echo 32 * bindings.el (standard-mode-line-modes): Put special help-echo
29 tooltip on recursive edit %[ %] mode-line constructs. 33 tooltip on recursive edit %[ %] mode-line constructs.
30 34