From: Stefan Monnier Date: Wed, 12 Mar 2008 17:57:29 +0000 (+0000) Subject: (viper-file-remote-p): Remove, unused. X-Git-Tag: emacs-pretest-23.0.90~7261 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f87952b193a8aac42b20854eb783675796c9189;p=emacs.git (viper-file-remote-p): Remove, unused. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c2420f22b9f..cc42fababf7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2008-03-12 Stefan Monnier + * emulation/viper-util.el (viper-file-remote-p): Remove, unused. + * comint.el: Fix up indentation and comment style. Remove `function'. * international/mule-cmds.el (reset-language-environment) diff --git a/lisp/emulation/viper-util.el b/lisp/emulation/viper-util.el index 291c03c4c4e..c89823754fa 100644 --- a/lisp/emulation/viper-util.el +++ b/lisp/emulation/viper-util.el @@ -700,11 +700,6 @@ Otherwise return the normal value." )) -;; define remote file test -(defun viper-file-remote-p (file-name) - (file-remote-p file-name)) - - ;; This is a simple-minded check for whether a file is under version control. ;; If file,v exists but file doesn't, this file is considered to be not checked ;; in and not checked out for the purpose of patching (since patch won't be