diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-03-12 17:57:29 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-03-12 17:57:29 +0000 |
commit | 6f87952b193a8aac42b20854eb783675796c9189 (patch) | |
tree | 549d5583756b3437e0d65679db47df5be138c3be | |
parent | f130385591a6433867dbf13ae7781ec1211e80fc (diff) | |
download | emacs-6f87952b193a8aac42b20854eb783675796c9189.tar.gz emacs-6f87952b193a8aac42b20854eb783675796c9189.tar.bz2 emacs-6f87952b193a8aac42b20854eb783675796c9189.zip |
(viper-file-remote-p): Remove, unused.
-rw-r--r-- | lisp/ChangeLog | 2 | ||||
-rw-r--r-- | lisp/emulation/viper-util.el | 5 |
2 files changed, 2 insertions, 5 deletions
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 <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) 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 |