emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-vars.el


From: Martin Stjernholm
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-vars.el
Date: Wed, 24 Sep 2003 09:56:48 -0400

Index: emacs/lisp/progmodes/cc-vars.el
diff -c emacs/lisp/progmodes/cc-vars.el:1.33 
emacs/lisp/progmodes/cc-vars.el:1.34
*** emacs/lisp/progmodes/cc-vars.el:1.33        Mon Sep  1 11:45:34 2003
--- emacs/lisp/progmodes/cc-vars.el     Wed Sep 24 09:56:48 2003
***************
*** 493,505 ****
  handle the paragraph filling.  That's done at mode initialization or
  when you switch to a style which sets this variable.  Thus, if you
  change it in some other way, e.g. interactively in a CC Mode buffer,
! you will need to do \\[c-mode] (or whatever mode you're currently
! using) to reinitialize.
  
! Note also that when CC Mode starts up, the other variables are
! modified before the mode hooks are run.  If you change this variable
! in a mode hook, you can call `c-setup-paragraph-variables' afterwards
! to redo it."
    :type '(radio
          (regexp :tag "Regexp for all modes")
          (list
--- 493,505 ----
  handle the paragraph filling.  That's done at mode initialization or
  when you switch to a style which sets this variable.  Thus, if you
  change it in some other way, e.g. interactively in a CC Mode buffer,
! you will need to do \\[c-setup-paragraph-variables] afterwards so that
! the other variables are updated with the new value.
  
! Note also that when CC Mode starts up, all variables are initialized
! before the mode hooks are run.  It's therefore necessary to make a
! call to `c-setup-paragraph-variables' explicitly if you change this
! variable in a mode hook."
    :type '(radio
          (regexp :tag "Regexp for all modes")
          (list




reply via email to

[Prev in Thread] Current Thread [Next in Thread]