diff options
-rw-r--r-- | lisp/simple.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index ad8ead703fe..6b7bc51dc2f 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -811,8 +811,7 @@ deleted." (set-buffer buffer) (goto-char (point-min)) (buffer-substring (point) - (progn (end-of-line) (point))))) - (kill-buffer buffer)) + (progn (end-of-line) (point)))))) (t (set-window-start (display-buffer buffer) 1)))))))) |