diff options
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -35,7 +35,6 @@ below. Emacs tries to warn you about these through `bad-packages-alist'. | |||
| 35 | 35 | ||
| 36 | ** cua.el, cua-mode.el: remove old versions. | 36 | ** cua.el, cua-mode.el: remove old versions. |
| 37 | 37 | ||
| 38 | ** vc-svn.el: remove old version. | ||
| 39 | 38 | ||
| 40 | * Installation Changes in Emacs 22.2 | 39 | * Installation Changes in Emacs 22.2 |
| 41 | 40 | ||
| @@ -107,7 +106,8 @@ This can be used to add menu entries for backend specific functions. | |||
| 107 | * Lisp Changes in Emacs 22.2. | 106 | * Lisp Changes in Emacs 22.2. |
| 108 | 107 | ||
| 109 | ** Frame-local variables are deprecated and are slated for removal. | 108 | ** Frame-local variables are deprecated and are slated for removal. |
| 110 | Use frame parameters instead. | 109 | Use frame parameters instead. |
| 110 | |||
| 111 | ** The function invisible-p returns non-nil if the character | 111 | ** The function invisible-p returns non-nil if the character |
| 112 | after a specified position is invisible. | 112 | after a specified position is invisible. |
| 113 | 113 | ||