Remove messaging in pp-display-expression.
* lisp/emacs-lisp/pp.el (pp-display-expression): Remove confusing message -- we don't usually say that we've popped up a new buffer when we do so.
This commit is contained in:
parent
2804747f9e
commit
82d0550648
1 changed files with 1 additions and 2 deletions
|
|
@ -140,8 +140,7 @@ after OUT-BUFFER-NAME."
|
|||
(select-window window)
|
||||
(run-hooks 'temp-buffer-show-hook))
|
||||
(when (window-live-p old-selected)
|
||||
(select-window old-selected))
|
||||
(message "See buffer %s." out-buffer-name)))
|
||||
(select-window old-selected))))
|
||||
(message "%s" (buffer-substring (point-min) (point))))))))
|
||||
(with-output-to-temp-buffer out-buffer-name
|
||||
(if lisp
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue