emacs-devel
[Top][All Lists]
Advanced

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

comment-start redefined in cc-langs.el


From: martin rudalics
Subject: comment-start redefined in cc-langs.el
Date: Sat, 29 Apr 2006 16:41:55 +0200
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

With emacs -Q do

C-h v comment-start RET

gets me

comment-start is a variable defined in `newcomment.el'
...

Now load cc-mode in a new buffer, return to scratch, and do again

C-h v comment-start RET

gets me

comment-start is a variable defined in `cc-engine.el'
...

If I now click on `cc-engine.el' I am told

find-function-search-for-symbol: Cannot find definition of `comment-start' in 
library `cc-engine.el'

The same holds for `comment-end' and `comment-start-skip'.

Would it be possible to rename these to `c-comment-start',
`c-comment-end', and `c-comment-start-skip' in `cc-langs.el'?





reply via email to

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