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.


_______________________________________________
Emacs-diffs mailing list
Emacs-diffs@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to