diff options
| author | Dima Kogan | 2016-02-28 15:15:18 +1030 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-02-28 15:15:18 +1030 |
| commit | f4b057c67f74e0a7a2c4ff03c19c8236989465d0 (patch) | |
| tree | 167a41e32fc1dde6d958cc8e1d069cb3066e389e /etc | |
| parent | e00974a7d1981d716d38ecf45b689dd30a381c65 (diff) | |
| download | emacs-f4b057c67f74e0a7a2c4ff03c19c8236989465d0.tar.gz emacs-f4b057c67f74e0a7a2c4ff03c19c8236989465d0.zip | |
Use a separate history variable for align-regexp
* lisp/align.el (align-regexp-history): New variable (bug#16891).
(align-regexp): Use it.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -31,6 +31,11 @@ otherwise leave it unmarked. | |||
| 31 | 31 | ||
| 32 | * Changes in Emacs 25.2 | 32 | * Changes in Emacs 25.2 |
| 33 | 33 | ||
| 34 | --- | ||
| 35 | ** `align-regexp' has a separate history for its interactive argument | ||
| 36 | `align-regexp' no longer shares its history with all other | ||
| 37 | history-less functions that use `read-string' | ||
| 38 | |||
| 34 | +++ | 39 | +++ |
| 35 | ** The networking code has been reworked so that it's more | 40 | ** The networking code has been reworked so that it's more |
| 36 | asynchronous than it was (when specifying :nowait t in | 41 | asynchronous than it was (when specifying :nowait t in |