diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2023-03-13 18:02:36 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2023-03-13 18:02:36 +0100 |
commit | 36ade0704e1829fd27970e8d478cf4b52deed517 (patch) | |
tree | d30244acb0e63525dfcf0b60fe722629108ce74e /etc/NEWS | |
parent | e759905d2e0828eac4c8164b09113b40f6899656 (diff) | |
download | emacs-36ade0704e1829fd27970e8d478cf4b52deed517.tar.gz emacs-36ade0704e1829fd27970e8d478cf4b52deed517.tar.bz2 emacs-36ade0704e1829fd27970e8d478cf4b52deed517.zip |
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/NEWS')
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. ---------------------------------------------------------------------- |