emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/paren.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/paren.el
Date: Fri, 04 Apr 2003 01:22:44 -0500

Index: emacs/lisp/paren.el
diff -c emacs/lisp/paren.el:1.53 emacs/lisp/paren.el:1.54
*** emacs/lisp/paren.el:1.53    Sun Dec  1 18:15:37 2002
--- emacs/lisp/paren.el Tue Feb  4 06:52:15 2003
***************
*** 64,76 ****
    :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)
--- 64,76 ----
    :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)




reply via email to

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