diff options
| author | Andreas Schwab <schwab@suse.de> | 2004-02-08 22:41:18 +0000 |
|---|---|---|
| committer | Andreas Schwab <schwab@suse.de> | 2004-02-08 22:41:18 +0000 |
| commit | 0b762d9a539981b74159a2ba7243cf8acf39c3d7 (patch) | |
| tree | f394563c90b78e4c01dc2d4a041a7ce63314fa83 /lisp/emulation/viper-ex.el | |
| parent | 7f076e082883b0b1000c2913cdd957ade3f7cbc4 (diff) | |
| download | emacs-0b762d9a539981b74159a2ba7243cf8acf39c3d7.tar.gz | |
(ex-mark): Remove extra format string
argument.
Diffstat (limited to 'lisp/emulation/viper-ex.el')
| -rw-r--r-- | lisp/emulation/viper-ex.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emulation/viper-ex.el b/lisp/emulation/viper-ex.el index eab8ebab591..c94edf54bc2 100644 --- a/lisp/emulation/viper-ex.el +++ b/lisp/emulation/viper-ex.el @@ -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) |
