emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/vc-rcs.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-rcs.el,v
Date: Fri, 16 May 2008 08:33:01 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/05/16 08:32:58

Index: vc-rcs.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc-rcs.el,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -b -r1.76 -r1.77
--- vc-rcs.el   15 May 2008 17:38:49 -0000      1.76
+++ vc-rcs.el   16 May 2008 08:32:57 -0000      1.77
@@ -792,7 +792,7 @@
 
 (defun vc-rcs-create-tag (backend dir name branchp)
   (when branchp
-    (error "RCS backend %s does not support module branches."))
+    (error "RCS backend %s does not support module branches" backend))
   (let ((result (vc-tag-precondition dir)))
     (if (stringp result)
        (error "File %s is not up-to-date" result)




reply via email to

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