comparison lisp/emacs-lisp/lisp.el @ 7845:6f6b61216b0b

(lisp-complete-symbol): Likewise.
author Richard M. Stallman <rms@gnu.org>
date Fri, 10 Jun 1994 23:01:49 +0000
parents cc7cd83ccf3f
children f9e57f3ecc9d
comparison
equal deleted inserted replaced
7844:86402e8c677b 7845:6f6b61216b0b
285 (list (car list) " <f>") 285 (list (car list) " <f>")
286 (car list)) 286 (car list))
287 new)) 287 new))
288 (setq list (cdr list))) 288 (setq list (cdr list)))
289 (setq list (nreverse new)))) 289 (setq list (nreverse new))))
290 (with-output-to-temp-buffer " *Completions*" 290 (with-output-to-temp-buffer "*Completions*"
291 (display-completion-list list))) 291 (display-completion-list list)))
292 (message "Making completion list...%s" "done"))))) 292 (message "Making completion list...%s" "done")))))
293 293
294 ;;; lisp.el ends here 294 ;;; lisp.el ends here