emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/echistory.el


From: D . Goel
Subject: [Emacs-diffs] Changes to emacs/lisp/echistory.el
Date: Sun, 18 Sep 2005 08:25:06 -0400

Index: emacs/lisp/echistory.el
diff -c emacs/lisp/echistory.el:1.17 emacs/lisp/echistory.el:1.18
*** emacs/lisp/echistory.el:1.17        Sat Aug  6 22:13:42 2005
--- emacs/lisp/echistory.el     Sun Sep 18 12:25:01 2005
***************
*** 140,146 ****
  (defun Electric-history-undefined ()
    (interactive)
    (ding)
!   (message (substitute-command-keys "Type \\[Helper-help] for help, ? for 
commands, C-c C-c to quit, Space to execute"))
    (sit-for 4))
  
  (defun Electric-history-quit ()
--- 140,146 ----
  (defun Electric-history-undefined ()
    (interactive)
    (ding)
!   (message "%s" (substitute-command-keys "Type \\[Helper-help] for help, ? 
for commands, C-c C-c to quit, Space to execute"))
    (sit-for 4))
  
  (defun Electric-history-quit ()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]