# HG changeset patch # User Stefan Monnier # Date 1205344649 0 # Node ID 27d52df27ccac1636403cd31730d1d77e83d37f8 # Parent 8a7561cc8360e79f073609dcc188f9ce1c512314 (viper-file-remote-p): Remove, unused. diff -r 8a7561cc8360 -r 27d52df27cca lisp/ChangeLog --- a/lisp/ChangeLog Wed Mar 12 17:56:57 2008 +0000 +++ b/lisp/ChangeLog Wed Mar 12 17:57:29 2008 +0000 @@ -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 -r 8a7561cc8360 -r 27d52df27cca lisp/emulation/viper-util.el --- a/lisp/emulation/viper-util.el Wed Mar 12 17:56:57 2008 +0000 +++ b/lisp/emulation/viper-util.el Wed Mar 12 17:57:29 2008 +0000 @@ -700,11 +700,6 @@ )) -;; 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