From 6f87952b193a8aac42b20854eb783675796c9189 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 12 Mar 2008 17:57:29 +0000 Subject: [PATCH] (viper-file-remote-p): Remove, unused. --- lisp/ChangeLog | 2 ++ 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 + * 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 -- 2.39.2