diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2004-02-23 20:35:39 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2004-02-23 20:35:39 +0000 |
commit | dc1aded02ad02936526d5528b6504121cf86e1b1 (patch) | |
tree | ac382789eeabb654255d959e536554b2a60e7b9a | |
parent | 71331fcaaca36aadf8f4857526a4ca2162b71df4 (diff) |
Import most of XFree86 4.4RC3. This import excludes files which have thexf86-4_3_99_903_special
new license. If we want to, later we can import 4.4RC3 again and pick
up the files that have the new license, but for now the vendor branch
is "pure."
-rw-r--r-- | lisp/modules/progmodes/c.lsp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/modules/progmodes/c.lsp b/lisp/modules/progmodes/c.lsp index 5236cac..1aba11a 100644 --- a/lisp/modules/progmodes/c.lsp +++ b/lisp/modules/progmodes/c.lsp @@ -27,7 +27,7 @@ ;; Author: Paulo César Pereira de Andrade ;; ;; -;; $XFree86: xc/programs/xedit/lisp/modules/progmodes/c.lsp,v 1.27 2004/01/12 17:53:20 paulo Exp $ +;; $XFree86: xc/programs/xedit/lisp/modules/progmodes/c.lsp,v 1.28 2004/02/04 20:49:08 paulo Exp $ ;; (require "syntax") @@ -490,8 +490,6 @@ (indreduce :while t ((:c-while :parens) - ;; Assume that it is yet being edited, or adjusting indentation - (:c-while) ) (incf c-complex) ) |