Fix fancy-about-screen point placement
* lisp/startup.el (fancy-about-screen): Make point placement more resilient (bug#43636).
This commit is contained in:
parent
2d0e1e5595
commit
b961af66b9
1 changed files with 2 additions and 1 deletions
|
@ -1989,8 +1989,9 @@ splash screen in another window."
|
|||
(setq-local browse-url-browser-function 'eww-browse-url)
|
||||
(setq tab-width 22)
|
||||
(setq buffer-read-only t)
|
||||
;; Place point somewhere it doesn't cover a character.
|
||||
(goto-char (point-min))
|
||||
(forward-line 3))))
|
||||
(re-search-forward "\n$" nil nil 2))))
|
||||
|
||||
(defun fancy-splash-frame ()
|
||||
"Return the frame to use for the fancy splash screen.
|
||||
|
|
Loading…
Add table
Reference in a new issue