]> 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)
committerEshel Yaron <me@eshelyaron.com>
Sat, 9 Dec 2023 19:15:46 +0000 (20:15 +0100)
commit22d64bdb1ade3bb1ba18267d9c1c1338e5984361
tree1789dcda06b0610c0b743a34986111d455ae3206
parent6f3c679e56bf1a50456ecc1a6954c5a006cdcbe4
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