emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115434: * subr.el (read-passwd): Disable show-paren


From: Leo Liu
Subject: [Emacs-diffs] trunk r115434: * subr.el (read-passwd): Disable show-paren-mode.
Date: Mon, 09 Dec 2013 02:40:21 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115434
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/16091
committer: Leo Liu <address@hidden>
branch nick: trunk
timestamp: Mon 2013-12-09 10:38:42 +0800
message:
  * subr.el (read-passwd): Disable show-paren-mode.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/subr.el                   subr.el-20091113204419-o5vbwnq5f7feedwu-151
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-12-08 16:08:45 +0000
+++ b/lisp/ChangeLog    2013-12-09 02:38:42 +0000
@@ -1,3 +1,7 @@
+2013-12-09  Leo Liu  <address@hidden>
+
+       * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
+
 2013-12-08  Dmitry Gutov  <address@hidden>
 
        * progmodes/js.el (js-auto-indent-flag): Remove, was unused.

=== modified file 'lisp/subr.el'
--- a/lisp/subr.el      2013-12-02 07:13:01 +0000
+++ b/lisp/subr.el      2013-12-09 02:38:42 +0000
@@ -2038,6 +2038,7 @@
             (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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]