comparison lisp/cc-mode/cc-mode.el @ 203:850242ba4a81 r20-3b28

Import from CVS: tag r20-3b28
author cvs
date Mon, 13 Aug 2007 10:02:21 +0200
parents 489f57a838ef
children
comparison
equal deleted inserted replaced
202:61eefc8fc970 203:850242ba4a81
5 ;; Authors: 1992-1997 Barry A. Warsaw 5 ;; Authors: 1992-1997 Barry A. Warsaw
6 ;; 1987 Dave Detlefs and Stewart Clamen 6 ;; 1987 Dave Detlefs and Stewart Clamen
7 ;; 1985 Richard M. Stallman 7 ;; 1985 Richard M. Stallman
8 ;; Maintainer: cc-mode-help@python.org 8 ;; Maintainer: cc-mode-help@python.org
9 ;; Created: a long, long, time ago. adapted from the original c-mode.el 9 ;; Created: a long, long, time ago. adapted from the original c-mode.el
10 ;; Version: 5.18
11 ;; Keywords: c languages oop 10 ;; Keywords: c languages oop
11
12 (defconst c-version "5.19"
13 "CC Mode version number.")
12 14
13 ;; NOTE: Read the commentary below for the right way to submit bug reports! 15 ;; NOTE: Read the commentary below for the right way to submit bug reports!
14 ;; NOTE: See the accompanying texinfo manual for details on using this mode! 16 ;; NOTE: See the accompanying texinfo manual for details on using this mode!
15 17
16 ;; This file is part of GNU Emacs. 18 ;; This file is part of GNU Emacs.
324 (run-hooks 'c-mode-common-hook) 326 (run-hooks 'c-mode-common-hook)
325 (run-hooks 'idl-mode-hook) 327 (run-hooks 'idl-mode-hook)
326 (c-update-modeline)) 328 (c-update-modeline))
327 329
328 330
329 ;; defuns for submitting bug reports 331 ;; bug reporting
330 (defconst c-version "5.18"
331 "CC Mode version number.")
332 332
333 (defconst c-mode-help-address 333 (defconst c-mode-help-address
334 "bug-gnu-emacs@prep.ai.mit.edu, cc-mode-help@python.org" 334 "bug-gnu-emacs@prep.ai.mit.edu, cc-mode-help@python.org"
335 "Address for CC Mode bug reports.") 335 "Address for CC Mode bug reports.")
336 336
380 'c-hanging-colons-alist 380 'c-hanging-colons-alist
381 'c-hanging-comment-starter-p 381 'c-hanging-comment-starter-p
382 'c-hanging-comment-ender-p 382 'c-hanging-comment-ender-p
383 'c-indent-comments-syntactically-p 383 'c-indent-comments-syntactically-p
384 'c-tab-always-indent 384 'c-tab-always-indent
385 'c-recognize-knr-p 385 'c-comment-continuation-stars
386 'c-label-minimum-indentation 386 'c-label-minimum-indentation
387 'defun-prompt-regexp 387 'defun-prompt-regexp
388 'tab-width 388 'tab-width
389 ))) 389 )))
390 (if (not (boundp 'defun-prompt-regexp)) 390 (if (not (boundp 'defun-prompt-regexp))