]> git.eshelyaron.com Git - emacs.git/commitdiff
(viper-file-remote-p): Remove, unused.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 12 Mar 2008 17:57:29 +0000 (17:57 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 12 Mar 2008 17:57:29 +0000 (17:57 +0000)
lisp/ChangeLog
lisp/emulation/viper-util.el

index c2420f22b9f690b6551ee4c2d45b2c34458c29c4..cc42fababf7cd484620bc87e6d9772231d83e281 100644 (file)
@@ -1,5 +1,7 @@
 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * 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)
index 291c03c4c4e511642413099f58ac3f906647fe94..c89823754fa9ad85f5caf175addd599fdaf2ef84 100644 (file)
@@ -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