emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-cmds.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-cmds.el
Date: Sun, 25 Sep 2005 19:58:28 -0400

Index: emacs/lisp/progmodes/cc-cmds.el
diff -c emacs/lisp/progmodes/cc-cmds.el:1.40 
emacs/lisp/progmodes/cc-cmds.el:1.41
*** emacs/lisp/progmodes/cc-cmds.el:1.40        Mon Aug  1 08:37:49 2005
--- emacs/lisp/progmodes/cc-cmds.el     Sun Sep 25 23:58:28 2005
***************
*** 907,913 ****
             ;; be most disruptive.  We'll blink it ourselves
             ;; afterwards.
             (old-blink-paren blink-paren-function)
!            blink-paren-function)
        (self-insert-command (prefix-numeric-value arg))
        (if c-syntactic-indentation
            (indent-according-to-mode))
--- 907,914 ----
             ;; be most disruptive.  We'll blink it ourselves
             ;; afterwards.
             (old-blink-paren blink-paren-function)
!            blink-paren-function
!            (noblink (eq last-input-event ?\()))
        (self-insert-command (prefix-numeric-value arg))
        (if c-syntactic-indentation
            (indent-according-to-mode))
***************
*** 982,987 ****
--- 983,989 ----
                 (delete-region beg end))))
        (and (not executing-kbd-macro)
             old-blink-paren
+            (not noblink)
             (funcall old-blink-paren))))))
  
  (defun c-electric-continued-statement ()




reply via email to

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