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,v


From: Alan Mackenzie
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-cmds.el,v
Date: Sun, 08 Apr 2007 11:18:55 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Alan Mackenzie <acmacm> 07/04/08 11:18:55

Index: cc-cmds.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/progmodes/cc-cmds.el,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -b -r1.56 -r1.57
--- cc-cmds.el  7 Apr 2007 19:50:06 -0000       1.56
+++ cc-cmds.el  8 Apr 2007 11:18:55 -0000       1.57
@@ -1630,10 +1630,8 @@
              (setq arg (1+ arg)))
          (if (< arg 0)
              (setq arg (c-backward-to-nth-BOF-{ (- arg) where)))
-         (when (and (= arg 0)
-                    (c-syntactic-skip-backward "^}")
-                    (eq (char-before) ?\}))
-           t))
+         (if (= arg 0)
+             (c-syntactic-skip-backward "^}")))
 
       ;; Move forward to the } of a function
       (if (> arg 0)




reply via email to

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