comparison lisp/progmodes/cc-styles.el @ 49478:7f670dbc3aab

(c-make-styles-buffer-local): Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 27 Jan 2003 08:47:18 +0000
parents b022aba47c59
children 425dcb97eca4
comparison
equal deleted inserted replaced
49477:ea69593b3b09 49478:7f670dbc3aab
576 code, you probably want style variables to be global. This is the 576 code, you probably want style variables to be global. This is the
577 default. 577 default.
578 578
579 If you edit many different styles of C (or C++, Objective-C, Java, 579 If you edit many different styles of C (or C++, Objective-C, Java,
580 etc) at the same time, you probably want the CC Mode style variables 580 etc) at the same time, you probably want the CC Mode style variables
581 to be buffer local. If you do, it's advicable to set any CC Mode 581 to be buffer local. If you do, it's advisable to set any CC Mode
582 style variables in a hook function (e.g. off of `c-mode-common-hook'), 582 style variables in a hook function (e.g. off of `c-mode-common-hook'),
583 instead of at the top level of your ~/.emacs file. 583 instead of at the top level of your ~/.emacs file.
584 584
585 This function makes all the CC Mode style variables buffer local. 585 This function makes all the CC Mode style variables buffer local.
586 Call it after CC Mode is loaded into your Emacs environment. 586 Call it after CC Mode is loaded into your Emacs environment.