[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: default-fill-column
From: |
Richard Stallman |
Subject: |
Re: default-fill-column |
Date: |
Fri, 26 Dec 2003 23:13:03 -0500 |
I will fix this.
I use `default-fill-column' as an example, but the remarks below seem to
apply to all variables of the type `default-some-buffer-local-variable'.
Ielm run:
*** Welcome to IELM *** Type (describe-mode) for help.
ELISP> (local-variable-p 'fill-column)
nil
ELISP> fill-column
70
ELISP> (setq default-fill-column 75)
75
ELISP> fill-column
70
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: default-fill-column,
Richard Stallman <=