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

Diff of /emacs/lisp/ido.el

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

revision 1.1 by kfstorm, Thu Jun 27 22:37:21 2002 UTC revision 1.2 by lektu, Mon Jul 1 16:11:39 2002 UTC
# Line 772  with other packages.  For instance: Line 772  with other packages.  For instance:
772    \(add-hook 'ido-minibuffer-setup-hook    \(add-hook 'ido-minibuffer-setup-hook
773              \(function              \(function
774               \(lambda ()               \(lambda ()
775                 \(make-local-variable 'resize-minibuffer-window-max-height)                 \(make-local-variable 'max-mini-window-height)
776                 \(setq resize-minibuffer-window-max-height 3))))                 \(setq max-mini-window-height 3))))
777    
778  will constrain rsz-mini to a maximum minibuffer height of 3 lines when  will constrain Emacs to a maximum minibuffer height of 3 lines when
779  ido is running.  Copied from `icomplete-minibuffer-setup-hook'."  ido is running.  Copied from `icomplete-minibuffer-setup-hook'."
780    :type 'hook    :type 'hook
781    :group 'ido)    :group 'ido)

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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