# HG changeset patch # User Chong Yidong # Date 1172701340 0 # Node ID 1882543dfe9fee5e08adeb3934871b6988aaa55a # Parent e4d076f4d52c6f8f6b4f6a43beee3193e81a316f (tramp-file-name-handler): Revert last change. diff -r e4d076f4d52c -r 1882543dfe9f lisp/net/tramp.el --- a/lisp/net/tramp.el Wed Feb 28 22:22:08 2007 +0000 +++ b/lisp/net/tramp.el Wed Feb 28 22:22:20 2007 +0000 @@ -4348,12 +4348,7 @@ (save-match-data (let* ((filename (apply 'tramp-file-name-for-operation operation args)) (completion (tramp-completion-mode filename)) - (foreign (tramp-find-foreign-file-name-handler filename)) - ;; If combine-after-change-calls is t, it is possible to - ;; get Emacs into a confused state since the backend - ;; handlers can scribble to temp buffers, e.g. through - ;; format-spec. So we ignore all modification hooks. - (inhibit-modification-hooks t)) + (foreign (tramp-find-foreign-file-name-handler filename))) (with-parsed-tramp-file-name filename nil (cond ;; When we are in completion mode, some operations shouldn' be