all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Missing format argument in vc-rcs-create-tag
@ 2008-05-16  7:30 Sven Joachim
  0 siblings, 0 replies; only message in thread
From: Sven Joachim @ 2008-05-16  7:30 UTC (permalink / raw)
  To: emacs-devel

The function vc-rcs-create-tag lacks an argument to `format':

--8<---------------cut here---------------start------------->8---
--- vc-rcs.el.~1.76.~	2008-05-16 08:53:29.000000000 +0200
+++ vc-rcs.el	2008-05-16 09:23:22.000000000 +0200
@@ -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)
--8<---------------cut here---------------end--------------->8---


2008-05-16  Sven Joachim  <svenjoac@gmx.de>

	* vc-rcs.el (vc-rcs-create-tag): Add format argument.





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-16  7:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-16  7:30 Missing format argument in vc-rcs-create-tag Sven Joachim

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.