diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -2179,7 +2179,10 @@ configuration files. | |||
| 2179 | * Lisp Changes in Emacs 21.4 | 2179 | * Lisp Changes in Emacs 21.4 |
| 2180 | 2180 | ||
| 2181 | ** If a command sets transient-mark-mode to `only', that | 2181 | ** If a command sets transient-mark-mode to `only', that |
| 2182 | enables Transient Mark mode for the following command, only. | 2182 | enables Transient Mark mode for the following command only. |
| 2183 | During that following command, the value of transient-mark-mode | ||
| 2184 | is `identity'. If it is still `identity' at the end of the command, | ||
| 2185 | it changes to nil. | ||
| 2183 | 2186 | ||
| 2184 | +++ | 2187 | +++ |
| 2185 | ** Cleaner way to enter key sequences. | 2188 | ** Cleaner way to enter key sequences. |