# HG changeset patch # User Richard M. Stallman # Date 871337723 0 # Node ID 55c870186c51c6a94d691d6c6c064acdf2389c5c # Parent c4d7dd15f7d5b0042dbf2c52b36eae98ff4e33cc (c-offsets-alist): Added template-args-cont syntactic symbol. (c-styles-alist): In "java" style, set c-hanging-comment-starter-p to nil to preserve Javadoc starter lines. diff -r c4d7dd15f7d5 -r 55c870186c51 lisp/progmodes/cc-styles.el --- a/lisp/progmodes/cc-styles.el Mon Aug 11 22:14:14 1997 +0000 +++ b/lisp/progmodes/cc-styles.el Mon Aug 11 22:15:23 1997 +0000 @@ -7,7 +7,7 @@ ;; 1985 Richard M. Stallman ;; Maintainer: cc-mode-help@python.org ;; Created: 22-Apr-1997 (split from cc-mode.el) -;; Version: 5.14 +;; Version: 5.15 ;; Keywords: c languages oop ;; This file is part of GNU Emacs. @@ -330,6 +330,7 @@ (extern-lang-open . 0) (extern-lang-close . 0) (inextern-lang . +) + (template-args-cont . +) ) "Association list of syntactic element symbols and indentation offsets. As described below, each cons cell in this list has the form: @@ -428,6 +429,7 @@ extern-lang-open -- brace that opens an external language block extern-lang-close -- brace that closes an external language block inextern-lang -- analogous to `inclass' syntactic symbol + template-args-cont -- C++ template argument list continuations ") (defun c-get-offset (langelem)