/[emacs]/emacs/lisp/progmodes/cc-cmds.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/cc-cmds.el

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

revision 1.40 by nickrob, Mon Aug 1 08:37:49 2005 UTC revision 1.41 by rms, Sun Sep 25 23:58:28 2005 UTC
# Line 907  is nil." Line 907  is nil."
907               ;; be most disruptive.  We'll blink it ourselves               ;; be most disruptive.  We'll blink it ourselves
908               ;; afterwards.               ;; afterwards.
909               (old-blink-paren blink-paren-function)               (old-blink-paren blink-paren-function)
910               blink-paren-function)               blink-paren-function
911                 (noblink (eq last-input-event ?\()))
912          (self-insert-command (prefix-numeric-value arg))          (self-insert-command (prefix-numeric-value arg))
913          (if c-syntactic-indentation          (if c-syntactic-indentation
914              (indent-according-to-mode))              (indent-according-to-mode))
# Line 982  is nil." Line 983  is nil."
983                   (delete-region beg end))))                   (delete-region beg end))))
984          (and (not executing-kbd-macro)          (and (not executing-kbd-macro)
985               old-blink-paren               old-blink-paren
986                 (not noblink)
987               (funcall old-blink-paren))))))               (funcall old-blink-paren))))))
988    
989  (defun c-electric-continued-statement ()  (defun c-electric-continued-statement ()

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

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