comparison etc/NEWS @ 78642:8702e85df8eb

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 23 Aug 2007 20:57:06 +0000
parents ac3a937d0270
children 6a12da4aa52f
comparison
equal deleted inserted replaced
78641:fc54bf727c30 78642:8702e85df8eb
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 pos is invisible. 84 ** The function text-invisible-p returns non-nil if the character
85 after a specified position is invisible.
85 86
86 +++ 87 +++
87 ** inhibit-modification-hooks is bound to t while running modification hooks. 88 ** inhibit-modification-hooks is bound to t while running modification hooks.
88 As a happy consequence, after-change-functions and before-change-functions 89 As a happy consequence, after-change-functions and before-change-functions
89 are not bound to nil any more while running an (after|before)-change-function. 90 are not bound to nil any more while running an (after|before)-change-function.