diff options
| author | Stefan Monnier | 2007-08-22 15:31:31 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-08-22 15:31:31 +0000 |
| commit | 1d7e63566756032d3337687f7c8c4e8e35316dfa (patch) | |
| tree | c31dda4c77f8a8ab7894d0e2e8112c1200e95499 /etc | |
| parent | 32e1c7b13201ef7f1167a64b2b60fb9263742509 (diff) | |
| download | emacs-1d7e63566756032d3337687f7c8c4e8e35316dfa.tar.gz emacs-1d7e63566756032d3337687f7c8c4e8e35316dfa.zip | |
(text-invisible-p): Rename from line-move-invisible-p.
(line-move-invisible-p): Keep as an obsolete alias, just to be safe.
(line-move-1, line-move-finish, line-move-to-column)
(move-end-of-line, move-beginning-of-line): Use new name.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -79,6 +79,8 @@ in to make it use the scrollbars from the system theme. | |||
| 79 | 79 | ||
| 80 | * Lisp Changes in Emacs 22.2. | 80 | * Lisp Changes in Emacs 22.2. |
| 81 | 81 | ||
| 82 | ** The function text-invisible-p returns non-nil iff pos is invisible. | ||
| 83 | |||
| 82 | +++ | 84 | +++ |
| 83 | ** inhibit-modification-hooks is bound to t while running modification hooks. | 85 | ** inhibit-modification-hooks is bound to t while running modification hooks. |
| 84 | As a happy consequence, after-change-functions and before-change-functions | 86 | As a happy consequence, after-change-functions and before-change-functions |