Mercurial > hg > xemacs-beta
comparison lisp/cc-mode/cc-vars.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: 22-Apr-1997 (split from cc-mode.el) | 9 ;; Created: 22-Apr-1997 (split from cc-mode.el) |
10 ;; Version: 5.18 | 10 ;; Version: See cc-mode.el |
11 ;; Keywords: c languages oop | 11 ;; Keywords: c languages oop |
12 | 12 |
13 ;; This file is part of GNU Emacs. | 13 ;; This file is part of GNU Emacs. |
14 | 14 |
15 ;; GNU Emacs is free software; you can redistribute it and/or modify | 15 ;; GNU Emacs is free software; you can redistribute it and/or modify |
302 :group 'c) | 302 :group 'c) |
303 | 303 |
304 (defcustom c-progress-interval 5 | 304 (defcustom c-progress-interval 5 |
305 "*Interval used to update progress status during long re-indentation. | 305 "*Interval used to update progress status during long re-indentation. |
306 If a number, percentage complete gets updated after each interval of | 306 If a number, percentage complete gets updated after each interval of |
307 that many seconds. Set to nil to inhibit updating. This is only | 307 that many seconds. To inhibit all messages during indentation, set |
308 useful for Emacs 19." | 308 this variable to nil." |
309 :type 'integer | 309 :type 'integer |
310 :group 'c) | 310 :group 'c) |
311 | 311 |
312 (defcustom c-site-default-style "gnu" | 312 (defcustom c-site-default-style "gnu" |
313 "Default style for your site. | 313 "Default style for your site. |