emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/chistory.el
Date: Thu, 26 May 2005 08:34:51 -0400

Index: emacs/lisp/chistory.el
diff -c emacs/lisp/chistory.el:1.16 emacs/lisp/chistory.el:1.17
*** emacs/lisp/chistory.el:1.16 Mon Sep  1 15:45:08 2003
--- emacs/lisp/chistory.el      Thu May 26 12:34:51 2005
***************
*** 145,151 ****
    (setq major-mode 'command-history-mode)
    (setq mode-name "Command History")
    (use-local-map command-history-map)
!   (run-hooks 'command-history-mode-hook))
  
  (defun Command-history-setup ()
    (kill-all-local-variables)
--- 145,151 ----
    (setq major-mode 'command-history-mode)
    (setq mode-name "Command History")
    (use-local-map command-history-map)
!   (run-mode-hooks 'command-history-mode-hook))
  
  (defun Command-history-setup ()
    (kill-all-local-variables)




reply via email to

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