]> git.eshelyaron.com Git - emacs.git/commit
New macro connection-local-value
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 9 Dec 2023 09:13:14 +0000 (10:13 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 9 Dec 2023 09:13:14 +0000 (10:13 +0100)
commit1908d2aefb2175875b837bafa1a4f1299a4bdb52
tree4f49cdd24b40a119a3515054c589655d1f5de398
parent945aa0e42bc08879a9c979cbffb9b3f50e4945f3
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.
doc/lispref/variables.texi
etc/NEWS
lisp/files-x.el
test/lisp/files-x-tests.el