/[emacs]/emacs/lisp/paren.el
ViewVC logotype

Diff of /emacs/lisp/paren.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.65 by monnier, Sun Nov 20 18:07:19 2005 UTC revision 1.66 by teirllm, Sun Nov 27 15:54:28 2005 UTC
# Line 110  Returns the new status of Show Paren mod Line 110  Returns the new status of Show Paren mod
110  When Show Paren mode is enabled, any matching parenthesis is highlighted  When Show Paren mode is enabled, any matching parenthesis is highlighted
111  in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time."  in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time."
112    :global t :group 'paren-showing    :global t :group 'paren-showing
113      ;; Turn off the usual paren-matching method      ;; Enable or disable the mechanism.
     ;; when this one is turned on.  
     (if (local-variable-p 'show-paren-mode)  
         (make-local-variable 'blink-matching-paren-on-screen)  
       (kill-local-variable 'blink-matching-paren-on-screen))  
     (setq blink-matching-paren-on-screen (not show-paren-mode))  
   
     ;; Now enable or disable the mechanism.  
114      ;; First get rid of the old idle timer.      ;; First get rid of the old idle timer.
115      (if show-paren-idle-timer      (if show-paren-idle-timer
116          (cancel-timer show-paren-idle-timer))          (cancel-timer show-paren-idle-timer))

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26