diff options
| author | Stefan Monnier | 2001-10-12 17:29:52 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-10-12 17:29:52 +0000 |
| commit | e5700b527e860accf4a3199144fe53cb0e5011d8 (patch) | |
| tree | 512f5e7309436d3473d5daa4a05a73a5919e4523 | |
| parent | 61b8c98e98321c2519983b6b27db52dc060e68d0 (diff) | |
| download | emacs-e5700b527e860accf4a3199144fe53cb0e5011d8.tar.gz emacs-e5700b527e860accf4a3199144fe53cb0e5011d8.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/progmodes/cc-vars.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el index d53e2213d88..11f9196a411 100644 --- a/lisp/progmodes/cc-vars.el +++ b/lisp/progmodes/cc-vars.el | |||
| @@ -1062,7 +1062,7 @@ as designated in the variable `c-file-style'.") | |||
| 1062 | (defvar c-syntactic-context nil | 1062 | (defvar c-syntactic-context nil |
| 1063 | "Variable containing syntactic analysis list during indentation. | 1063 | "Variable containing syntactic analysis list during indentation. |
| 1064 | This is always bound dynamically. It should never be set statically | 1064 | This is always bound dynamically. It should never be set statically |
| 1065 | (e.g. with `setq').") | 1065 | \(e.g. with `setq').") |
| 1066 | 1066 | ||
| 1067 | (defvar c-indentation-style nil | 1067 | (defvar c-indentation-style nil |
| 1068 | "Name of the currently installed style. | 1068 | "Name of the currently installed style. |