projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2953ea
)
* lisp/net/tramp.el (tramp-skeleton-write-region): Fix missing comma.
author
Michael Albinus
<michael.albinus@gmx.de>
Thu, 21 Sep 2023 07:21:20 +0000
(09:21 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Thu, 21 Sep 2023 07:21:20 +0000
(09:21 +0200)
(Bug#66123)
lisp/net/tramp.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp.el
b/lisp/net/tramp.el
index 502ededcfb796909db1799406987a218747a54ac..8ace0165ed99883190772d4cbc2ea6c7cba0722f 100644
(file)
--- a/
lisp/net/tramp.el
+++ b/
lisp/net/tramp.el
@@
-3734,7
+3734,7
@@
BODY is the backend specific code."
(let ((inhibit-file-name-handlers
`(tramp-file-name-handler
tramp-crypt-file-name-handler
- . inhibit-file-name-handlers))
+ .
,
inhibit-file-name-handlers))
(inhibit-file-name-operation 'write-region))
(find-file-name-handler ,visit 'write-region))))
;; We use this to save the value of