emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/obsolete/c-mode.el


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/lisp/obsolete/c-mode.el
Date: Thu, 25 Jul 2002 07:03:09 -0400

Index: emacs/lisp/obsolete/c-mode.el
diff -c emacs/lisp/obsolete/c-mode.el:1.4 emacs/lisp/obsolete/c-mode.el:1.5
*** emacs/lisp/obsolete/c-mode.el:1.4   Wed Nov 28 19:49:15 2001
--- emacs/lisp/obsolete/c-mode.el       Wed Jul  3 08:00:57 2002
***************
*** 1120,1126 ****
              (setq done 'succeed)
            ;; Otherwise, if we skipped a semicolon, we lose.
            ;; (Exception: we can skip one semicolon before getting
!           ;; to a the last token of the statement, unless that token
            ;; is a close brace.)
            (if (save-excursion
                  (forward-sexp 1)
--- 1120,1126 ----
              (setq done 'succeed)
            ;; Otherwise, if we skipped a semicolon, we lose.
            ;; (Exception: we can skip one semicolon before getting
!           ;; to the last token of the statement, unless that token
            ;; is a close brace.)
            (if (save-excursion
                  (forward-sexp 1)



reply via email to

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