]> git.eshelyaron.com Git - emacs.git/commit
* lisp/startup.el (command-line): Remove redundant set of no-blinking-cursor
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 14 Jan 2021 22:21:56 +0000 (17:21 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 14 Jan 2021 22:21:56 +0000 (17:21 -0500)
commit9422ff45654e07371d17d804131fafbf697b6e1e
treebff01ce01013455402927363717e32442ef16f93
parent5039f79340c408f26f9fb606ce29e72afc2fb01d
* lisp/startup.el (command-line): Remove redundant set of no-blinking-cursor

This was set when (or noninteractive emacs-basic-display), but
the code that sets `emacs-basic-display` also sets `no-blinking-cursor`
and `blink-cursor-mode`s value already tests `noninteractive`
alongside `no-blinking-cursor`.
lisp/startup.el