diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -97,6 +97,8 @@ This can be used to add menu entries for backend specific functions. | |||
| 97 | 97 | ||
| 98 | * Lisp Changes in Emacs 22.2. | 98 | * Lisp Changes in Emacs 22.2. |
| 99 | 99 | ||
| 100 | ** Frame-local variables are deprecated and are slated for removal. | ||
| 101 | Use frame parameters instead. | ||
| 100 | ** The function invisible-p returns non-nil if the character | 102 | ** The function invisible-p returns non-nil if the character |
| 101 | after a specified position is invisible. | 103 | after a specified position is invisible. |
| 102 | 104 | ||