[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-engine.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-engine.el |
Date: |
Fri, 18 Oct 2002 04:45:46 -0400 |
Index: emacs/lisp/progmodes/cc-engine.el
diff -c emacs/lisp/progmodes/cc-engine.el:1.26
emacs/lisp/progmodes/cc-engine.el:1.27
*** emacs/lisp/progmodes/cc-engine.el:1.26 Tue Aug 20 17:58:51 2002
--- emacs/lisp/progmodes/cc-engine.el Fri Oct 18 04:45:21 2002
***************
*** 366,372 ****
c-maybe-labelp nil))))
;; Step to next sexp, but not if we crossed a boundary, since
! ;; that doesn't consume an sexp.
(if (eq sym 'boundary)
(setq ret 'previous)
(while
--- 366,372 ----
c-maybe-labelp nil))))
;; Step to next sexp, but not if we crossed a boundary, since
! ;; that doesn't consume a sexp.
(if (eq sym 'boundary)
(setq ret 'previous)
(while
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-engine.el,
Juanma Barranquero <=