all messages for Emacs-related lists mirrored at yhetil.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.