summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2023-03-13 18:02:36 +0100
committerMichael Albinus <michael.albinus@gmx.de>2023-03-13 18:02:36 +0100
commit36ade0704e1829fd27970e8d478cf4b52deed517 (patch)
treed30244acb0e63525dfcf0b60fe722629108ce74e /etc
parente759905d2e0828eac4c8164b09113b40f6899656 (diff)
downloademacs-36ade0704e1829fd27970e8d478cf4b52deed517.tar.gz
Fix connection-local variables settings
; * etc/NEWS: Fix typos. * lisp/files-x.el (connection-local-set-profiles) (connection-local-set-profile-variables): Use NOW when calling `custom-set-variables'. * test/lisp/files-x-tests.el (files-x-test-connection-local-set-profile-variables) (files-x-test-connection-local-update-profile-variables) (files-x-test-connection-local-set-profiles) (files-x-test-hack-connection-local-variables-apply) (files-x-test-with-connection-local-variables) (files-x-test-setq-connection-local): Fix tests. * test/lisp/net/tramp-tests.el (tramp-test34-connection-local-variables) (tramp-test34-explicit-shell-file-name): Fix tests.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4774671a46d..a5f9f8c6ec1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3215,7 +3215,7 @@ Emacs now comes with the Eglot package, which enhances various Emacs
features, such as completion, documentation, error detection, etc.,
based on data provided by language servers using the Language Server
Protocol (LSP). See the new Info manual "(eglot) Top" for more. Also
-see etc/EGLOT-NEWS.
+see "etc/EGLOT-NEWS".
+++
** use-package: Declarative package configuration.
@@ -4889,7 +4889,7 @@ two buttons: "Yes" and "No".
+++
*** The 'ns-popup-font-panel' command has been removed.
-Use the general command "M-x menu-set-font" instead.
+Use the general command 'M-x menu-set-font' instead.
----------------------------------------------------------------------