]> git.eshelyaron.com Git - emacs.git/commitdiff
(ex-mark): Remove extra format string
authorAndreas Schwab <schwab@suse.de>
Sun, 8 Feb 2004 22:41:18 +0000 (22:41 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 8 Feb 2004 22:41:18 +0000 (22:41 +0000)
argument.

lisp/emulation/viper-ex.el

index eab8ebab591e8ff3173bf645cc6f3988c2a13ec7..c94edf54bc2811ae4d80c81c60d273d962101cc7 100644 (file)
@@ -1,6 +1,6 @@
 ;;; viper-ex.el --- functions implementing the Ex commands for Viper
 
-;; Copyright (C) 1994, 95, 96, 97, 98, 2000, 01, 02 Free Software Foundation, Inc.
+;; Copyright (C) 1994, 95, 96, 97, 98, 2000, 01, 02, 04 Free Software Foundation, Inc.
 
 ;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
 
@@ -1458,7 +1458,7 @@ reversed."
        (if (eq 1 (length name))
            (setq char (string-to-char name))
          (error "`%s': Spurious text \"%s\" after mark name"
-                name (substring name 1) viper-SpuriousText))
+                name (substring name 1)))
     (save-window-excursion
       (setq viper-ex-work-buf (get-buffer-create viper-ex-work-buf-name))
       (set-buffer viper-ex-work-buf)