/[emacs]/emacs/lisp/icomplete.el
ViewVC logotype

Diff of /emacs/lisp/icomplete.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26 by pj, Mon Nov 26 07:32:11 2001 UTC revision 1.27 by pj, Mon Nov 26 16:27:15 2001 UTC
# Line 207  Conditions are: Line 207  Conditions are:
207    "Run in minibuffer on activation to establish incremental completion.    "Run in minibuffer on activation to establish incremental completion.
208  Usually run by inclusion in `minibuffer-setup-hook'."  Usually run by inclusion in `minibuffer-setup-hook'."
209    (cond ((and icomplete-mode (icomplete-simple-completing-p))    (cond ((and icomplete-mode (icomplete-simple-completing-p))
          (make-local-hook 'pre-command-hook)  
210           (add-hook 'pre-command-hook           (add-hook 'pre-command-hook
211                     (function (lambda ()                     (function (lambda ()
212                                 (run-hooks 'icomplete-pre-command-hook)))                                 (run-hooks 'icomplete-pre-command-hook)))
213                     nil t)                     nil t)
          (make-local-hook 'post-command-hook)  
214           (add-hook 'post-command-hook           (add-hook 'post-command-hook
215                     (function (lambda ()                     (function (lambda ()
216                                 (run-hooks 'icomplete-post-command-hook)))                                 (run-hooks 'icomplete-post-command-hook)))

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26