emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 873bc13 01/01: Minor typo fixes in vc-src.el.


From: Eric S. Raymond
Subject: [Emacs-diffs] master 873bc13 01/01: Minor typo fixes in vc-src.el.
Date: Tue, 25 Nov 2014 21:44:11 +0000

branch: master
commit 873bc1329fe303cff442efbfe3a25c62ef67099e
Author: Eric S. Raymond <address@hidden>
Date:   Tue Nov 25 16:42:59 2014 -0500

    Minor typo fixes in vc-src.el.
---
 lisp/vc/vc-src.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/vc/vc-src.el b/lisp/vc/vc-src.el
index 520708c..884e050 100644
--- a/lisp/vc/vc-src.el
+++ b/lisp/vc/vc-src.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1992-2014 Free Software Foundation, Inc.
 
 ;; Author:     FSF (see vc.el for full credits)
-;; Maintainer: Eric S. Raymond <address@hidden>
+;; Maintainer: Eric S. Raymond <address@hidden>
 ;; Package: vc
 
 ;; This file is part of GNU Emacs.
@@ -236,7 +236,7 @@ REV is ignored.
 COMMENT is ignored."
   (vc-src-command nil files "add"))
 
-(defun vc-rcs-responsible-p (file)
+(defun vc-src-responsible-p (file)
   "Return non-nil if SRC thinks it would be responsible for registering FILE."
   (file-directory-p (expand-file-name ".src"
                                       (if (file-directory-p file)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]