diff options
| author | Eli Zaretskii | 2025-08-07 17:37:15 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2025-08-07 17:37:15 +0300 |
| commit | 96891c1fac79c2a4479046dbd9de9f6137d598fe (patch) | |
| tree | 8675a841ea2f6249997fe73aaa00a18db51e840e | |
| parent | 738a7bb4949fdc93b0b637ac4c65423c928f0924 (diff) | |
| download | emacs-96891c1fac79c2a4479046dbd9de9f6137d598fe.tar.gz emacs-96891c1fac79c2a4479046dbd9de9f6137d598fe.zip | |
; * etc/NEWS: Fix last change.
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -699,8 +699,9 @@ you could already use 'C-u C-x C-n' to clear the goal column. | |||
| 699 | 699 | ||
| 700 | +++ | 700 | +++ |
| 701 | *** New condition for 'auto-insert-alist'. | 701 | *** New condition for 'auto-insert-alist'. |
| 702 | 'auto-insert-alist' now also allows to have a predicate taking no argument | 702 | 'auto-insert-alist' now also allows to have a predicate taking no |
| 703 | as conditions. This allows to trigger 'auto-insert' with finer grained control. | 703 | argument as the condition. This allows to trigger 'auto-insert' with |
| 704 | finer grained control. | ||
| 704 | 705 | ||
| 705 | ** Register | 706 | ** Register |
| 706 | 707 | ||