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-sccs.el,v


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

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

Index: vc-sccs.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc-sccs.el,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -b -r1.56 -r1.57
--- vc-sccs.el  15 May 2008 17:38:49 -0000      1.56
+++ vc-sccs.el  16 May 2008 08:33:44 -0000      1.57
@@ -358,7 +358,7 @@
 
 (defun vc-sccs-create-tag (backend dir name branchp)
   (when branchp
-    (error "SCCS backend %s does not support module branches."))
+    (error "SCCS 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]