[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Warnings in cc mode
From: |
Richard M. Stallman |
Subject: |
Re: Warnings in cc mode |
Date: |
Tue, 15 Nov 2005 18:22:03 -0500 |
So I think it should stay as it is. What is so bad about calling
`make-variable-buffer-local' from a function rather than top level?
It usually means someone meant to call make-local-variable
and wrote make-variable-buffer-local by mistake.
If that call is correct, please install a call to with-no-warnings
around it, to suppress the warning.
By the way, when will you install the new CC mode in Emacs?