aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2014-10-15 13:32:41 -0400
committerStefan Monnier2014-10-15 13:32:41 -0400
commitdcdf2bd8d690168eed44563651e2d8f379b9c80e (patch)
tree5de46491f3995fbf10f56c780370f6bf00815a13 /etc
parentf65b226e7abf1e746d9f6a995bf7db3da1997795 (diff)
downloademacs-dcdf2bd8d690168eed44563651e2d8f379b9c80e.tar.gz
emacs-dcdf2bd8d690168eed44563651e2d8f379b9c80e.zip
* lisp/emacs-lisp/eldoc.el (global-eldoc-mode): Enable by default.
Remove incorrect handling of eldoc-print-after-edit. (eldoc-message-commands, eldoc-last-data): Use defvar. * lisp/loadup.el (emacs-lisp/eldoc): Load it. * src/lisp.mk (lisp): Add emacs-lisp/eldoc.elc.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6c27831e6f0..64c8c71dc76 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -103,6 +103,8 @@ this has no effect.
103 103
104* Editing Changes in Emacs 25.1 104* Editing Changes in Emacs 25.1
105 105
106** New minor mode global-eldoc-mode is enabled by default.
107
106** Emacs now supports "bracketed paste mode" when running on a terminal 108** Emacs now supports "bracketed paste mode" when running on a terminal
107that supports it. This facility allows Emacs to understand pasted 109that supports it. This facility allows Emacs to understand pasted
108chunks of text as strings to be inserted, instead of interpreting each 110chunks of text as strings to be inserted, instead of interpreting each