emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/completion.el
Date: Wed, 14 Aug 2002 20:37:58 -0400

Index: emacs/lisp/completion.el
diff -c emacs/lisp/completion.el:1.44 emacs/lisp/completion.el:1.45
*** emacs/lisp/completion.el:1.44       Thu Dec 20 13:34:41 2001
--- emacs/lisp/completion.el    Wed Aug 14 20:37:57 2002
***************
*** 2402,2408 ****
  (defun dynamic-completion-mode ()
    "Enable dynamic word-completion."
    (interactive)
!   (add-hook 'find-file-hooks 'cmpl-find-file-hook)
    (add-hook 'pre-command-hook 'completion-before-command)
  
    ;; Install the appropriate mode tables.
--- 2402,2408 ----
  (defun dynamic-completion-mode ()
    "Enable dynamic word-completion."
    (interactive)
!   (add-hook 'find-file-hook 'cmpl-find-file-hook)
    (add-hook 'pre-command-hook 'completion-before-command)
  
    ;; Install the appropriate mode tables.




reply via email to

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