]> git.eshelyaron.com Git - emacs.git/commit
Avoid turning on the global-minor-mode recursively
authorJohn Shahid <jvshahid@gmail.com>
Sat, 23 Jun 2018 15:12:44 +0000 (11:12 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Tue, 10 Jul 2018 12:13:39 +0000 (08:13 -0400)
commit35e0305dc2a57cea6fcb515db9e0b0f938daf53a
treee6e8253c530733a0a3743d94b9e8dcc2fb801fd4
parent51bf4e4650fc11fc4ab3037f5738151f86d7fb47
Avoid turning on the global-minor-mode recursively

* lisp/emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Clear
the buffer-list inside MODE-enable-in-buffers to avoid enabling the
mode recursively.  (Bug#31793)
lisp/emacs-lisp/easy-mmode.el