diff options
| author | Stefan Monnier | 2014-10-15 13:32:41 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-10-15 13:32:41 -0400 |
| commit | dcdf2bd8d690168eed44563651e2d8f379b9c80e (patch) | |
| tree | 5de46491f3995fbf10f56c780370f6bf00815a13 /etc | |
| parent | f65b226e7abf1e746d9f6a995bf7db3da1997795 (diff) | |
| download | emacs-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -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 |
| 107 | that supports it. This facility allows Emacs to understand pasted | 109 | that supports it. This facility allows Emacs to understand pasted |
| 108 | chunks of text as strings to be inserted, instead of interpreting each | 110 | chunks of text as strings to be inserted, instead of interpreting each |