diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
| @@ -112,7 +112,12 @@ setting the variable 'auto-save-visited-mode' buffer-locally to nil. | |||
| 112 | ** New bindings in occur-mode, 'next-error-no-select' bound to 'n' and | 112 | ** New bindings in occur-mode, 'next-error-no-select' bound to 'n' and |
| 113 | 'previous-error-no-select' bound to 'p'. | 113 | 'previous-error-no-select' bound to 'p'. |
| 114 | 114 | ||
| 115 | ** EIEIO: 'oset' and 'oset-default' are declared obsolete. | 115 | ** EIEIO |
| 116 | |||
| 117 | +++ | ||
| 118 | *** The macro 'oref-default' can now be used with 'setf'. | ||
| 119 | It is now defined as a generalized variable that can be used with | ||
| 120 | 'setf' to modify the value stored in a given class slot. | ||
| 116 | 121 | ||
| 117 | ** New minor mode 'cl-font-lock-built-in-mode' for `lisp-mode'. | 122 | ** New minor mode 'cl-font-lock-built-in-mode' for `lisp-mode'. |
| 118 | The mode provides refined highlighting of built-in functions, types, | 123 | The mode provides refined highlighting of built-in functions, types, |