diff options
| author | Michael Albinus <michael.albinus@gmx.de> | 2023-12-09 10:13:14 +0100 |
|---|---|---|
| committer | Michael Albinus <michael.albinus@gmx.de> | 2023-12-09 10:13:14 +0100 |
| commit | 1908d2aefb2175875b837bafa1a4f1299a4bdb52 (patch) | |
| tree | 4f49cdd24b40a119a3515054c589655d1f5de398 /etc/NEWS | |
| parent | 945aa0e42bc08879a9c979cbffb9b3f50e4945f3 (diff) | |
| download | emacs-1908d2aefb2175875b837bafa1a4f1299a4bdb52.tar.gz | |
New macro connection-local-value
* doc/lispref/variables.texi (Applying Connection Local Variables):
Add macro 'connection-local-value'.
* etc/NEWS: Add macro 'connection-local-value'.
* lisp/files-x.el (connection-local-value): New macro.
(path-separator, null-device): Use it.
* test/lisp/files-x-tests.el
(files-x-test-connection-local-value): New test.
Diffstat (limited to 'etc/NEWS')
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1641,6 +1641,13 @@ A 5th argument, optional, has been added to 'modify-dir-local-variable'. It can be used to specify which dir-locals file to modify. +** Connection local variables + ++++ +*** New macro 'connection-local-value'. +This macro returns the connection-local value of a variable if any, or +its current value. + * Changes in Emacs 30.1 on Non-Free Operating Systems |
