1 new commit in cc-mode:
https://bitbucket.org/xemacs/cc-mode/commits/9a4ba8fa4854/
Changeset: 9a4ba8fa4854
User: acm
Date: 2013-06-03 14:36:23
Summary: Remove faulty optimisation from indentation calculation.
cc-engine.el (c-guess-basic-syntax): Don't calculate search limit
based on 2000 characters back from indent-point.
Affected #: 1 file
diff -r 6cbdda66ff42594538a72cfacf7c34dcb6e63c54 -r
9a4ba8fa4854b417c2626b57317f08981dbba181 cc-engine.el
--- a/cc-engine.el
+++ b/cc-engine.el
@@ -9396,10 +9396,6 @@
containing-sexp nil)))
(setq lim (1+ containing-sexp))))
(setq lim (point-min)))
- (when (c-beginning-of-macro)
- (goto-char indent-point)
- (let ((lim1 (c-determine-limit 2000)))
- (setq lim (max lim lim1))))
;; If we're in a parenthesis list then ',' delimits the
;; "statements" rather than being an operator (with the
Repository URL:
https://bitbucket.org/xemacs/cc-mode/
--
This is a commit notification from
bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches