]> git.eshelyaron.com Git - emacs.git/commit
* lisp/startup.el: Fix bug#45857, bug#30994, and bug#45913.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 19 Jan 2021 17:10:48 +0000 (12:10 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 19 Jan 2021 17:10:48 +0000 (12:10 -0500)
commitdeb90c893d3a0094db77753d8a795716784bbc7e
tree7e1bdae830becf615389842f8a8135980541068f
parent3c584438552f8d01651d7b9358eae5ce8da81fae
* lisp/startup.el: Fix bug#45857, bug#30994, and bug#45913.

(command-line): Don't re-evaluate the `custom-delayed-init-variables`
a second time after reading the `early-init.el` file.
(x-apply-session-resources): Set `blink-cursor-mode` rather than
`no-blinking-cursor`.

* lisp/frame.el (blink-cursor-start): Turn `blink-cursor-mode` off
if `blink-cursor-mode` was set to nil.
(blink-cursor-mode): Default to it being enabled regardless of
`window-system`.

* lisp/custom.el (custom-initialize-delay): Fox docstring now that
autoload.el preserves the `:initialize` info.
etc/NEWS
lisp/cus-start.el
lisp/custom.el
lisp/frame.el
lisp/startup.el