summaryrefslogtreecommitdiff
path: root/lisp/startup.el
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-09-07 08:29:38 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-09-07 08:29:38 -0700
commit676febc0e7a4c355ce828e0fd71d9bd6d8083f6c (patch)
tree158d5be9bad2b55c21c5240fbeb26543e765df27 /lisp/startup.el
parent64a4d137b95a3bc38f1561a88e2d78d05942f239 (diff)
parent9219e83b3c0ef53df02caf4c8ba38f482937ab50 (diff)
downloademacs-676febc0e7a4c355ce828e0fd71d9bd6d8083f6c.tar.gz
Merge remote-tracking branch 'origin/master' into athena/unstable
Diffstat (limited to 'lisp/startup.el')
-rw-r--r--lisp/startup.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index fe68c0f8a6f..a88cdd0d74d 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -718,8 +718,6 @@ It is the default value of the variable `top-level'."
(let ((dir default-directory))
(with-current-buffer "*Messages*"
(messages-buffer-mode)
- ;; Make it easy to do like "tail -f".
- (setq-local window-point-insertion-type t)
;; Give *Messages* the same default-directory as *scratch*,
;; just to keep things predictable.
(setq default-directory (or dir (expand-file-name "~/")))))