diff options
| author | Richard M. Stallman | 1994-06-10 23:01:49 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-06-10 23:01:49 +0000 |
| commit | 1af808dc42c21a04d9e0680cd07f21146da115c7 (patch) | |
| tree | 7e2cff3e1de9aba3c99f72cd5e24abb23c546ec1 | |
| parent | 67698633a06b6ed064160c93cb4e0c7949a8601c (diff) | |
| download | emacs-1af808dc42c21a04d9e0680cd07f21146da115c7.tar.gz emacs-1af808dc42c21a04d9e0680cd07f21146da115c7.zip | |
(lisp-complete-symbol): Likewise.
| -rw-r--r-- | lisp/emacs-lisp/lisp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el index a6e2b506b78..d6f3e4afb8d 100644 --- a/lisp/emacs-lisp/lisp.el +++ b/lisp/emacs-lisp/lisp.el | |||
| @@ -287,7 +287,7 @@ function definitions, values or properties are considered." | |||
| 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 | ||