comparison lisp/echistory.el @ 90228:fa0da9b57058

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-82 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 542-553) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 116-121) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Mon, 19 Sep 2005 10:20:33 +0000
parents 2d92f5c9d6ae 4d1085b02d64
children c5406394f567
comparison
equal deleted inserted replaced
90227:10fe5fadaf89 90228:fa0da9b57058
138 (edit-and-eval-command "Redo: " (car (cdr todo)))))))) 138 (edit-and-eval-command "Redo: " (car (cdr todo))))))))
139 139
140 (defun Electric-history-undefined () 140 (defun Electric-history-undefined ()
141 (interactive) 141 (interactive)
142 (ding) 142 (ding)
143 (message (substitute-command-keys "Type \\[Helper-help] for help, ? for commands, C-c C-c to quit, Space to execute")) 143 (message "%s" (substitute-command-keys "Type \\[Helper-help] for help, ? for commands, C-c C-c to quit, Space to execute"))
144 (sit-for 4)) 144 (sit-for 4))
145 145
146 (defun Electric-history-quit () 146 (defun Electric-history-quit ()
147 "Quit Electric Command History, restoring previous window configuration." 147 "Quit Electric Command History, restoring previous window configuration."
148 (interactive) 148 (interactive)