comparison lisp/prim/lisp.el @ 10:49a24b4fd526 r19-15b6

Import from CVS: tag r19-15b6
author cvs
date Mon, 13 Aug 2007 08:47:52 +0200
parents 27bc7f280385
children 8fc7fe29b841
comparison
equal deleted inserted replaced
9:6f2bbbbbe05a 10:49a24b4fd526
324 (car list)) 324 (car list))
325 new)) 325 new))
326 (setq list (cdr list))) 326 (setq list (cdr list)))
327 (setq list (nreverse new)))) 327 (setq list (nreverse new))))
328 (with-output-to-temp-buffer "*Completions*" 328 (with-output-to-temp-buffer "*Completions*"
329 (display-completion-list list))) 329 (display-completion-list list))
330 (shrink-window-if-larger-than-buffer
331 (get-buffer-window "*Completions*")))
330 (message "Making completion list...%s" "done"))))) 332 (message "Making completion list...%s" "done")))))
331 333
332 ;;; lisp.el ends here 334 ;;; lisp.el ends here