emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Thu, 26 May 2005 09:12:00 -0400

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.721 emacs/lisp/simple.el:1.722
*** emacs/lisp/simple.el:1.721  Sun May 22 20:58:06 2005
--- emacs/lisp/simple.el        Thu May 26 13:12:00 2005
***************
*** 4762,4768 ****
    (setq major-mode 'completion-list-mode)
    (make-local-variable 'completion-base-size)
    (setq completion-base-size nil)
!   (run-hooks 'completion-list-mode-hook))
  
  (defun completion-list-mode-finish ()
    "Finish setup of the completions buffer.
--- 4762,4768 ----
    (setq major-mode 'completion-list-mode)
    (make-local-variable 'completion-base-size)
    (setq completion-base-size nil)
!   (run-mode-hooks 'completion-list-mode-hook))
  
  (defun completion-list-mode-finish ()
    "Finish setup of the completions buffer.




reply via email to

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