# HG changeset patch # User Juanma Barranquero # Date 1125478912 0 # Node ID 6b6c169429e39bec0f6ee942318c0bfa9111b138 # Parent ab58be7b1716d8ff289231023019e2ce7f867b50 (tramp-handle-make-auto-save-file-name): Pass list of args to `tramp-run-real-handler', even if it's empty in this case. diff -r ab58be7b1716 -r 6b6c169429e3 lisp/net/tramp.el --- a/lisp/net/tramp.el Wed Aug 31 08:36:09 2005 +0000 +++ b/lisp/net/tramp.el Wed Aug 31 09:01:52 2005 +0000 @@ -3834,7 +3834,7 @@ ;; 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