aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRichard M. Stallman2007-12-25 23:00:07 +0000
committerRichard M. Stallman2007-12-25 23:00:07 +0000
commitc60d543d8bb6468ba0b652d9923acd17d2087233 (patch)
tree7613bb0db5fa69c86e413bb57748b58ee0e4dbd9 /etc
parentddb74107ac1650f160ffed5dd52b9c6359f65573 (diff)
downloademacs-c60d543d8bb6468ba0b652d9923acd17d2087233.tar.gz
emacs-c60d543d8bb6468ba0b652d9923acd17d2087233.zip
(allout-region-active-p): Renamed from my-region-active-p. Use `use-region-p'.
(allout-write-file-hook-handler): Simplify code.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 56ddf7531ce..c71fb2ae349 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -450,9 +450,14 @@ variable as having been made within Custom.
450** `frame-inherited-parameters' lets new frames inherit parameters from 450** `frame-inherited-parameters' lets new frames inherit parameters from
451the selected frame. 451the selected frame.
452 452
453** Commands should use `region-active-p' to test whether there is 453** Commands should use `use-region-p' to test whether there is
454an active region that they should operate on. 454an active region that they should operate on.
455 455
456** `region-active-p' returns non-nil when Transient Mark mode
457is enabled and there is an active region. This is NOT the best function
458to use to test whether a command should operate on the region instead
459of the usual behavior -- for that, use `use-region-p'.
460
456** New keymap `input-decode-map' overrides like key-translation-map, but 461** New keymap `input-decode-map' overrides like key-translation-map, but
457applies before function-key-map. Also it is terminal-local contrary to 462applies before function-key-map. Also it is terminal-local contrary to
458key-translation-map. Terminal-specific key-sequences are generally added to 463key-translation-map. Terminal-specific key-sequences are generally added to