diff options
Diffstat (limited to 'lisp/paren.el')
-rw-r--r-- | lisp/paren.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/paren.el b/lisp/paren.el index a88c1f39857..60c9aef0f39 100644 --- a/lisp/paren.el +++ b/lisp/paren.el @@ -64,13 +64,13 @@ otherwise)." :type 'integer :group 'paren-showing :version "21.1") - + (defcustom show-paren-ring-bell-on-mismatch nil "*If non-nil, beep if mismatched paren is detected." :type 'boolean :group 'paren-showing :version "20.3") - + (defface show-paren-match-face '((((class color) (background light)) :background "turquoise") ; looks OK on tty (becomes cyan) |