]> 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:37:57 +0000 (17:37 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 14 Jan 2021 22:37:57 +0000 (17:37 -0500)
commit65d22bf188438c6e16bd42056256f3d7e06c2e95
treef567a09fb6bff08907a79bbe7aaa2602b415b846
parent9422ff45654e07371d17d804131fafbf697b6e1e
* lisp/startup.el (command-line): Remove redundant set of no-blinking-cursor

This is redundant because this was set based on "X" resources under
(memq window-system '(x w32 ns)) but the exact same resources and
values are tested in `x-apply-session-resources` which is also used for
those 3 window systems.
lisp/startup.el