2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-util (ediff-make-temp-file): use proper file-name-handler operation
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
|
||||
* viper.el (viper-emacs-state-mode-list): Ensure that
|
||||
rcirc-mode buffers come up in Emacs state.
|
||||
|
||||
* ediff-util (ediff-make-temp-file): use proper file-name-handler
|
||||
operation
|
||||
|
||||
2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
|
||||
@@ -3173,7 +3173,7 @@ Hit \\[ediff-recenter] to reset the windows afterward."
|
||||
(setq f (concat ediff-temp-file-prefix p)
|
||||
short-f (concat ediff-temp-file-prefix short-p)
|
||||
f (cond (given-file)
|
||||
((find-file-name-handler f 'find-file-noselect)
|
||||
((find-file-name-handler f 'insert-file-contents)
|
||||
;; to thwart file handlers in write-region, e.g., if file
|
||||
;; name ends with .Z or .gz
|
||||
;; This is needed so that patches produced by ediff will
|
||||
|
||||
Reference in New Issue
Block a user