/[emacs]/emacs/lisp/progmodes/cc-vars.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/cc-vars.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21.2.2 by miles, Tue Oct 14 23:30:16 2003 UTC revision 1.21.2.3 by miles, Fri Nov 21 00:35:51 2003 UTC
# Line 878  This hook gets called after a line is in Line 878  This hook gets called after a line is in
878    :group 'c)    :group 'c)
879    
880  (defcustom-c-stylevar c-label-minimum-indentation 1  (defcustom-c-stylevar c-label-minimum-indentation 1
881    "*Minimum indentation for lines inside of top-level constructs.    "*Minimum indentation for lines inside code blocks.
882  This variable typically only affects code using the `gnu' style, which  This variable typically only affects code using the `gnu' style, which
883  mandates a minimum of one space in front of every line inside  mandates a minimum of one space in front of every line inside code
884  top-level constructs.  Specifically, the function  blocks.  Specifically, the function `c-gnu-impose-minimum' on your
885  `c-gnu-impose-minimum' on your `c-special-indent-hook' is what  `c-special-indent-hook' is what enforces this."
 enforces this."  
886    :type 'integer    :type 'integer
887    :group 'c)    :group 'c)
888    
# Line 1271  Here is the current list of valid syntac Line 1270  Here is the current list of valid syntac
1270             (get 'c-offsets-alist 'c-stylevar-fallback)))             (get 'c-offsets-alist 'c-stylevar-fallback)))
1271    :group 'c)    :group 'c)
1272    
1273    ;; The syntactic symbols that can occur inside code blocks. Used by
1274    ;; `c-gnu-impose-minimum'.
1275    (defconst c-inside-block-syms
1276      '(defun-block-intro block-open block-close statement statement-cont
1277        statement-block-intro statement-case-intro statement-case-open
1278        substatement substatement-open substatement-label case-label label
1279        do-while-closure else-clause catch-clause inlambda))
1280    
1281  (defcustom c-style-variables-are-local-p t  (defcustom c-style-variables-are-local-p t
1282    "*Whether style variables should be buffer local by default.    "*Whether style variables should be buffer local by default.
1283  If non-nil, then all indentation style related variables will be made  If non-nil, then all indentation style related variables will be made
# Line 1575  Set from `c-comment-prefix-regexp' at mo Line 1582  Set from `c-comment-prefix-regexp' at mo
1582                           '1-bit)                           '1-bit)
1583                         list)))                         list)))
1584    
1585      (let ((buf (generate-new-buffer "test"))      (let ((buf (generate-new-buffer " test"))
1586            parse-sexp-lookup-properties            parse-sexp-lookup-properties
1587            parse-sexp-ignore-comments            parse-sexp-ignore-comments
1588            lookup-syntax-properties)            lookup-syntax-properties)

Legend:
Removed from v.1.21.2.2  
changed lines
  Added in v.1.21.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26