emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/progmodes cc-defs.el


From: Alan Mackenzie
Subject: [Emacs-diffs] emacs/lisp/progmodes cc-defs.el
Date: Thu, 12 Feb 2009 12:30:14 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Alan Mackenzie <acmacm> 09/02/12 12:30:14

Modified files:
        lisp/progmodes : cc-defs.el 

Log message:
        (c-emacs-features): Crash-fix: change `=' to `eq'.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/progmodes/cc-defs.el?cvsroot=emacs&r1=1.69&r2=1.70

Patches:
Index: cc-defs.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/progmodes/cc-defs.el,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -b -r1.69 -r1.70
--- cc-defs.el  6 Feb 2009 10:13:59 -0000       1.69
+++ cc-defs.el  12 Feb 2009 12:30:12 -0000      1.70
@@ -1459,9 +1459,9 @@
              (and (eq eod-param 'foo)
                   (setq eod-param arg)
                   (eq arg 3)))))
-      (if (save-excursion (and (beginning-of-defun 3) (= bod-param 3)
+      (if (save-excursion (and (beginning-of-defun 3) (eq bod-param 3)
                               (not (beginning-of-defun))
-                              (end-of-defun 3) (= eod-param 3)
+                              (end-of-defun 3) (eq eod-param 3)
                               (not (end-of-defun))))
          (setq list (cons 'argumentative-bod-function list))))
 




reply via email to

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