comparison etc/NEWS @ 78658:6a12da4aa52f

(invisible-p): Rename from text-invisible-p. Update callers.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 25 Aug 2007 20:20:26 +0000
parents 8702e85df8eb
children 150597026ddb
comparison
equal deleted inserted replaced
78657:d9f04596fa48 78658:6a12da4aa52f
79 79
80 *** VC has some support for Git. 80 *** VC has some support for Git.
81 81
82 * Lisp Changes in Emacs 22.2. 82 * Lisp Changes in Emacs 22.2.
83 83
84 ** The function text-invisible-p returns non-nil if the character 84 ** The function invisible-p returns non-nil if the character
85 after a specified position is invisible. 85 after a specified position is invisible.
86 86
87 +++ 87 +++
88 ** inhibit-modification-hooks is bound to t while running modification hooks. 88 ** inhibit-modification-hooks is bound to t while running modification hooks.
89 As a happy consequence, after-change-functions and before-change-functions 89 As a happy consequence, after-change-functions and before-change-functions