[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
comment-column hard-coded and set twice
From: |
Andreas Röhler |
Subject: |
comment-column hard-coded and set twice |
Date: |
Tue, 11 Mar 2008 09:20:11 +0100 |
User-agent: |
KMail/1.9.5 |
newcomment.el introduces comment-column
,----
| (defcustom comment-column 32
| "Column to indent right-margin comments to.
`----
The same variable is set in lisp-mode.el again
,----
| (make-local-variable 'comment-column)
| (setq comment-column 40)
`----
In the result my customization isn't honoured, value
from lisp-mode.el is taken instead.
Looks like a bug for me.
Thanks
Andreas Röhler
- comment-column hard-coded and set twice,
Andreas Röhler <=