diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -2178,7 +2178,11 @@ configuration files. | |||
| 2178 | 2178 | ||
| 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 | +++ |
| 2182 | ** `visited-file-modtime' and `calendar-time-from-absolute' now return | ||
| 2183 | a list of two integers, instead of a cons. | ||
| 2184 | |||
| 2185 | ** If a command sets transient-mark-mode to `only', that | ||
| 2182 | enables Transient Mark mode for the following command only. | 2186 | enables Transient Mark mode for the following command only. |
| 2183 | During that following command, the value of transient-mark-mode | 2187 | During that following command, the value of transient-mark-mode |
| 2184 | is `identity'. If it is still `identity' at the end of the command, | 2188 | is `identity'. If it is still `identity' at the end of the command, |