comparison src/emacs.c @ 85973:d3e87ee5aa0e

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-923
author Miles Bader <miles@gnu.org>
date Fri, 09 Nov 2007 09:45:30 +0000
parents beb909dfc54d 018746a896bb
children aa83d83c27fe 880960b70474
comparison
equal deleted inserted replaced
85972:51aa47312c4b 85973:d3e87ee5aa0e
2508 doc: /* The directory in which the Emacs executable was found, to run it. 2508 doc: /* The directory in which the Emacs executable was found, to run it.
2509 The value is nil if that directory's name is not known. */); 2509 The value is nil if that directory's name is not known. */);
2510 2510
2511 DEFVAR_LISP ("installation-directory", &Vinstallation_directory, 2511 DEFVAR_LISP ("installation-directory", &Vinstallation_directory,
2512 doc: /* A directory within which to look for the `lib-src' and `etc' directories. 2512 doc: /* A directory within which to look for the `lib-src' and `etc' directories.
2513 This is non-nil when we can't find those directories in their standard installed 2513 This is non-nil when we can't find those directories in their standard
2514 locations, but we can find them near where the Emacs executable was found. */); 2514 installed locations, but we can find them near where the Emacs executable
2515 was found. */);
2515 Vinstallation_directory = Qnil; 2516 Vinstallation_directory = Qnil;
2516 2517
2517 DEFVAR_LISP ("system-messages-locale", &Vsystem_messages_locale, 2518 DEFVAR_LISP ("system-messages-locale", &Vsystem_messages_locale,
2518 doc: /* System locale for messages. */); 2519 doc: /* System locale for messages. */);
2519 Vsystem_messages_locale = Qnil; 2520 Vsystem_messages_locale = Qnil;