aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2007-08-22 15:31:31 +0000
committerStefan Monnier2007-08-22 15:31:31 +0000
commit1d7e63566756032d3337687f7c8c4e8e35316dfa (patch)
treec31dda4c77f8a8ab7894d0e2e8112c1200e95499 /etc
parent32e1c7b13201ef7f1167a64b2b60fb9263742509 (diff)
downloademacs-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 32b555f14c9..dd7ccbb4c9f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
84As a happy consequence, after-change-functions and before-change-functions 86As a happy consequence, after-change-functions and before-change-functions