Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d64643b4
Commit
d64643b4
authored
Dec 09, 2013
by
Leo Liu
Browse files
* subr.el (read-passwd): Disable show-paren-mode.
Fixes: debbugs:16091
parent
1b9b6fbb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/subr.el
lisp/subr.el
+1
-0
No files found.
lisp/ChangeLog
View file @
d64643b4
2013-12-09 Leo Liu <sdl.web@gmail.com>
* subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
* progmodes/js.el (js-auto-indent-flag): Remove, was unused.
...
...
lisp/subr.el
View file @
d64643b4
...
...
@@ -2038,6 +2038,7 @@ by doing (clear-string STRING)."
(
setq-local
select-active-regions
nil
)
(
use-local-map
read-passwd-map
)
(
setq-local
inhibit-modification-hooks
nil
)
;bug#15501.
(
setq-local
show-paren-mode
nil
)
;bug#16091.
(
add-hook
'after-change-functions
hide-chars-fun
nil
'local
))
(
unwind-protect
(
let
((
enable-recursive-minibuffers
t
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment