unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* default-FOO variables
@ 2009-10-05 12:00 Eli Zaretskii
  2009-10-05 13:39 ` Stefan Monnier
  0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2009-10-05 12:00 UTC (permalink / raw)
  To: emacs-devel

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?




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-10-06 14:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-05 12:00 default-FOO variables Eli Zaretskii
2009-10-05 13:39 ` Stefan Monnier
2009-10-05 13:57   ` Eli Zaretskii
2009-10-05 14:48     ` Stefan Monnier
2009-10-06  9:49       ` Eli Zaretskii
2009-10-06 13:28         ` Stefan Monnier
2009-10-06 14:32           ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).