# HG changeset patch # User Andreas Schwab # Date 1076280055 0 # Node ID dbe1ef05fa2418d06355aa67f9672fa0806619c7 # Parent 94735a7620dd9ad971c49c9ad5b602624ddff782 (eshell-hist-word-reference): Fix format string. diff -r 94735a7620dd -r dbe1ef05fa24 lisp/eshell/em-hist.el --- 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 @@ -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."