Mercurial > emacs
changeset 53871:dbe1ef05fa24
(eshell-hist-word-reference): Fix format
string.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Sun, 08 Feb 2004 22:40:55 +0000 |
parents | 94735a7620dd |
children | 39becfd4c2c1 |
files | lisp/eshell/em-hist.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/eshell/em-hist.el Sun Feb 08 22:40:35 2004 +0000 +++ b/lisp/eshell/em-hist.el Sun Feb 08 22:40:55 2004 +0000 @@ -1,6 +1,6 @@ ;;; em-hist.el --- history list management -;; Copyright (C) 1999, 2000 Free Software Foundation +;; Copyright (C) 1999, 2000, 2004 Free Software Foundation ;; Author: John Wiegley <johnw@gnu.org> @@ -523,7 +523,7 @@ ((string= "^" ref) 1) ((string= "$" ref) nil) ((string= "%" ref) - (error "`%' history word designator not yet implemented")))) + (error "`%%' history word designator not yet implemented")))) (defun eshell-hist-parse-arguments (&optional silent b e) "Parse current command arguments in a history-code-friendly way."