Mercurial > hg > xemacs-beta
diff lisp/prim/lisp.el @ 116:9f59509498e1 r20-1b10
Import from CVS: tag r20-1b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:23:06 +0200 |
parents | 0d2f883870bc |
children | 1370575f1259 |
line wrap: on
line diff
--- a/lisp/prim/lisp.el Mon Aug 13 09:21:56 2007 +0200 +++ b/lisp/prim/lisp.el Mon Aug 13 09:23:06 2007 +0200 @@ -326,10 +326,7 @@ (setq list (cdr list))) (setq list (nreverse new)))) (with-output-to-temp-buffer "*Completions*" - (display-completion-list list)) - (when temp-buffer-shrink-to-fit - (shrink-window-if-larger-than-buffer - (get-buffer-window "*Completions*")))) + (display-completion-list list))) (message "Making completion list...%s" "done"))))) ;;; lisp.el ends here