diff options
| author | Richard M. Stallman | 2007-12-25 23:00:07 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-12-25 23:00:07 +0000 |
| commit | c60d543d8bb6468ba0b652d9923acd17d2087233 (patch) | |
| tree | 7613bb0db5fa69c86e413bb57748b58ee0e4dbd9 /etc | |
| parent | ddb74107ac1650f160ffed5dd52b9c6359f65573 (diff) | |
| download | emacs-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/NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
| @@ -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 |
| 451 | the selected frame. | 451 | the 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 |
| 454 | an active region that they should operate on. | 454 | an active region that they should operate on. |
| 455 | 455 | ||
| 456 | ** `region-active-p' returns non-nil when Transient Mark mode | ||
| 457 | is enabled and there is an active region. This is NOT the best function | ||
| 458 | to use to test whether a command should operate on the region instead | ||
| 459 | of 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 |
| 457 | applies before function-key-map. Also it is terminal-local contrary to | 462 | applies before function-key-map. Also it is terminal-local contrary to |
| 458 | key-translation-map. Terminal-specific key-sequences are generally added to | 463 | key-translation-map. Terminal-specific key-sequences are generally added to |