emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/ido.el
Date: Mon, 01 Jul 2002 12:11:41 -0400

Index: emacs/lisp/ido.el
diff -c emacs/lisp/ido.el:1.1 emacs/lisp/ido.el:1.2
*** emacs/lisp/ido.el:1.1       Thu Jun 27 18:37:21 2002
--- emacs/lisp/ido.el   Mon Jul  1 12:11:39 2002
***************
*** 772,781 ****
    \(add-hook 'ido-minibuffer-setup-hook 
            \(function
             \(lambda ()
!              \(make-local-variable 'resize-minibuffer-window-max-height)
!              \(setq resize-minibuffer-window-max-height 3))))
  
! will constrain rsz-mini to a maximum minibuffer height of 3 lines when
  ido is running.  Copied from `icomplete-minibuffer-setup-hook'."
    :type 'hook
    :group 'ido)
--- 772,781 ----
    \(add-hook 'ido-minibuffer-setup-hook 
            \(function
             \(lambda ()
!              \(make-local-variable 'max-mini-window-height)
!              \(setq max-mini-window-height 3))))
  
! will constrain Emacs to a maximum minibuffer height of 3 lines when
  ido is running.  Copied from `icomplete-minibuffer-setup-hook'."
    :type 'hook
    :group 'ido)



reply via email to

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