diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -1790,6 +1790,11 @@ valid event type. | |||
| 1790 | 1790 | ||
| 1791 | * Lisp Changes in Emacs 27.1 | 1791 | * Lisp Changes in Emacs 27.1 |
| 1792 | 1792 | ||
| 1793 | ** defcustom now takes a :local keyword that can be either t or | ||
| 1794 | `permanent', which mean that the variable should be automatically | ||
| 1795 | buffer-local. `permanent' also sets the variable's | ||
| 1796 | `permanent-local' property. | ||
| 1797 | |||
| 1793 | +++ | 1798 | +++ |
| 1794 | ** The new macro `with-suppressed-warnings' can be used to suppress | 1799 | ** The new macro `with-suppressed-warnings' can be used to suppress |
| 1795 | specific byte-compile warnings. | 1800 | specific byte-compile warnings. |