1 new commit in cc-mode:
https://bitbucket.org/xemacs/cc-mode/commits/6cbdda66ff42/
Changeset: 6cbdda66ff42
User: acm
Date: 2013-05-28 16:51:05
Summary: Handle "capitalised keywords" correctly.
cc-mode.el (c-after-change): bind case-fold-search to nil.
Affected #: 1 file
diff -r 106907cfeb635ceee3fbf339d26ae106e878e4da -r
6cbdda66ff42594538a72cfacf7c34dcb6e63c54 cc-mode.el
--- a/cc-mode.el
+++ b/cc-mode.el
@@ -1082,7 +1082,7 @@
;; This typically sets `syntax-table' properties.
(setq c-just-done-before-change nil)
- (c-save-buffer-state ()
+ (c-save-buffer-state (case-fold-search)
;; When `combine-after-change-calls' is used we might get calls
;; with regions outside the current narrowing. This has been
;; observed in Emacs 20.7.
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