]> git.eshelyaron.com Git - emacs.git/commit
Fix inability to turn show-paren-local-mode on manually (bug#61098)
authorDmitry Gutov <dgutov@yandex.ru>
Sun, 5 Feb 2023 17:06:47 +0000 (19:06 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 5 Feb 2023 17:06:47 +0000 (19:06 +0200)
commit6568a1aaf9a97107947e801d1c3328a3119f0957
tree20a56f5637e91cc9379202bfad85d8eb88f06d93
parent24085ba6105712ec601f94a5941da5c7f034f5fb
Fix inability to turn show-paren-local-mode on manually (bug#61098)

* lisp/paren.el (show-paren-local-mode): Don't kill the local
value when both local and global are t.  Because the
show-paren-predicate check in show-paren-function also checks
whether a local (non-nil) value of this variable exists.
lisp/paren.el