changeset 76242:1882543dfe9f

(tramp-file-name-handler): Revert last change.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 28 Feb 2007 22:22:20 +0000
parents e4d076f4d52c
children d37a205c92e2
files lisp/net/tramp.el
diffstat 1 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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