diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-08-04 16:08:22 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-08-04 16:08:22 +0000 |
commit | ae94cd0c12bca192afd0f9d7d31b996a42d5ee65 (patch) | |
tree | 599286dd5505225f96cff6395b0fe41d31530138 /lisp/finder.el | |
parent | 637a8ae9ceb1c1b408dd5e240736dccd004e36d1 (diff) | |
download | emacs-ae94cd0c12bca192afd0f9d7d31b996a42d5ee65.tar.gz |
entered into RCS
Diffstat (limited to 'lisp/finder.el')
-rw-r--r-- | lisp/finder.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/finder.el b/lisp/finder.el index de761b14267..ee58902ff44 100644 --- a/lisp/finder.el +++ b/lisp/finder.el @@ -97,8 +97,9 @@ arguments compiles from load-path." (setq summary (lm-synopsis)) (setq keywords (lm-keywords))) (insert - (format " (\"%s\"\n " f) - (if summary (format "\"%s\"" summary) "nil") + (format " (\"%s\"\n " f)) + (prin1 summary (current-buffer)) + (insert "\n ") (setq keystart (point)) (insert |