Show
Ignore:
Timestamp:
04/07/07 15:49:28 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/emacs-lisp/lisp.el

    r4190 r4200  
    583583considered." 
    584584  (interactive) 
    585  
    586   (let ((window (get-buffer-window "*Completions*"))) 
     585  (let ((window (get-buffer-window "*Completions*" 0))) 
    587586    (if (and (eq last-command this-command) 
    588587             window (window-live-p window) (window-buffer window)