emacs-devel
[Top][All Lists]
Advanced

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

default-FOO variables


From: Eli Zaretskii
Subject: default-FOO variables
Date: Mon, 05 Oct 2009 14:00:46 +0200

What does this entry in NEWS:

   ** All the default-FOO variables that hold the default value of the FOO
   variable, are now declared obsolete.

mean for variable declaration in C such as this:

     DEFVAR_LISP_NOPRO ("default-enable-multibyte-characters",
                        &buffer_defaults.enable_multibyte_characters,
                        doc: /* *Default value of `enable-multibyte-characters' 
for buffers not overriding it.
   This is the same as (default-value 'enable-multibyte-characters).  */);

Do we need to avoid such declarations?  If so, how to do the
equivalent of that for buffer-local variables defined in C?




reply via email to

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