Mercurial > emacs
changeset 92766:27d52df27cca
(viper-file-remote-p): Remove, unused.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 12 Mar 2008 17:57:29 +0000 |
parents | 8a7561cc8360 |
children | b0c32527b009 |
files | lisp/ChangeLog lisp/emulation/viper-util.el |
diffstat | 2 files changed, 2 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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)
--- 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