summaryrefslogtreecommitdiff
path: root/etc/NEWS
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2023-12-09 10:13:14 +0100
committerMichael Albinus <michael.albinus@gmx.de>2023-12-09 10:13:14 +0100
commit1908d2aefb2175875b837bafa1a4f1299a4bdb52 (patch)
tree4f49cdd24b40a119a3515054c589655d1f5de398 /etc/NEWS
parent945aa0e42bc08879a9c979cbffb9b3f50e4945f3 (diff)
downloademacs-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/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6e6ada4..8f3d8de 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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