Changeset 3894 for trunk/lisp/echistory.el
- Timestamp:
- 2005年10月02日 09時47分43秒 (3 years ago)
- Files:
-
- trunk/lisp/echistory.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/echistory.el
r3809 r3894 141 141 (interactive) 142 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 144 (sit-for 4)) 145 145
