Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d8aa9ea9
Commit
d8aa9ea9
authored
Aug 31, 2005
by
Juanma Barranquero
Browse files
(tramp-handle-make-auto-save-file-name): Pass list of args to
`tramp-run-real-handler', even if it's empty in this case.
parent
07c5948c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
lisp/ChangeLog
lisp/ChangeLog
+8
-2
lisp/net/tramp.el
lisp/net/tramp.el
+1
-1
No files found.
lisp/ChangeLog
View file @
d8aa9ea9
2005-08-31 Juanma Barranquero <lekktu@gmail.com>
* net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
of args to `tramp-run-real-handler', even if it's empty in this
case.
2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* dired.el (dired-move-to-filename-regexp): Add date format for
...
...
@@ -10,7 +16,7 @@
* net/tramp.el (tramp-file-name-handler-alist)
(tramp-file-name-for-operation): Add `make-auto-save-file-name'.
(tramp-handle-make-auto-save-file-name): Rename
d
from
(tramp-handle-make-auto-save-file-name): Rename from
`tramp-make-auto-save-file-name'.
(tramp-exists-file-name-handler): New defun.
(tramp-advice-make-auto-save-file-name): Make defadvice only when
...
...
@@ -27,7 +33,7 @@
(org-modify-diary-entry-string): New function.
(org-get-entries-from-diary): Set the hook for
`add-to-diary-list'.
(org-disable-agenda-to-diary):
r
ename
d
from `org-disable-diary'.
(org-disable-agenda-to-diary):
R
ename from `org-disable-diary'.
(org-toggle-fixed-width-section): Use QUOTE keyword if there is no
active region.
(org-export-as-html): Handle QUOTE keyword.
...
...
lisp/net/tramp.el
View file @
d8aa9ea9
...
...
@@ -3834,7 +3834,7 @@ Returns a file name in `tramp-auto-save-directory' for autosaving this file."
;; recurse infinitely.
tramp-auto-save-directory)
(tramp-run-real-handler
'make-auto-save-file-name
)))
'make-auto-save-file-name
nil
)))
;; CCC grok APPEND, LOCKNAME, CONFIRM
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment