Changeset 4200 for trunk/lisp/emacs-lisp/lisp.el
- Timestamp:
- 04/07/07 15:49:28 (2 years ago)
- Files:
-
- trunk/lisp/emacs-lisp/lisp.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/emacs-lisp/lisp.el
r4190 r4200 583 583 considered." 584 584 (interactive) 585 586 (let ((window (get-buffer-window "*Completions*"))) 585 (let ((window (get-buffer-window "*Completions*" 0))) 587 586 (if (and (eq last-command this-command) 588 587 window (window-live-p window) (window-buffer window)
