diff options
| author | Richard M. Stallman | 2004-07-09 16:57:05 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-07-09 16:57:05 +0000 |
| commit | 02c04e6f822bb327cc577376eaf6eeb619d22291 (patch) | |
| tree | 04c5c2ad0114a3b433269071a9650ee47813f354 /etc | |
| parent | 0b156b784c93c7b028237f7703bb4b6b1e0d53f0 (diff) | |
| download | emacs-02c04e6f822bb327cc577376eaf6eeb619d22291.tar.gz emacs-02c04e6f822bb327cc577376eaf6eeb619d22291.zip | |
*** empty log message ***
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. |