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-defs.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-defs.el
Date: Mon, 26 Dec 2005 04:51:46 +0000

Index: emacs/lisp/progmodes/cc-defs.el
diff -u emacs/lisp/progmodes/cc-defs.el:1.36 
emacs/lisp/progmodes/cc-defs.el:1.37
--- emacs/lisp/progmodes/cc-defs.el:1.36        Tue Dec  6 16:54:19 2005
+++ emacs/lisp/progmodes/cc-defs.el     Mon Dec 26 04:51:46 2005
@@ -1464,7 +1464,8 @@
       (kill-buffer buf))
 
     ;; See if `parse-partial-sexp' returns the eighth element.
-    (if (c-safe (>= (length (save-excursion (parse-partial-sexp 1 1))) 10))
+    (if (c-safe (>= (length (save-excursion (parse-partial-sexp (point) 
(point))))
+                   10))
        (setq list (cons 'pps-extended-state list))
       (error (concat
              "CC Mode is incompatible with this version of Emacs - "




reply via email to

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