mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08:00
; Fix global-hl-line-highlight after recent commit
This commit is contained in:
parent
60e9195984
commit
f0800612e5
1 changed files with 2 additions and 1 deletions
|
|
@ -263,6 +263,7 @@ on `post-command-hook'."
|
||||||
|
|
||||||
(defun global-hl-line-highlight ()
|
(defun global-hl-line-highlight ()
|
||||||
"Highlight the current line in the current window."
|
"Highlight the current line in the current window."
|
||||||
|
(require 'easy-mmode)
|
||||||
(when (and global-hl-line-mode ; Might be changed outside the mode function.
|
(when (and global-hl-line-mode ; Might be changed outside the mode function.
|
||||||
(easy-mmode--globalized-predicate-p global-hl-line-modes))
|
(easy-mmode--globalized-predicate-p global-hl-line-modes))
|
||||||
(unless (window-minibuffer-p)
|
(unless (window-minibuffer-p)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue