aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
diff options
context:
space:
mode:
authorMiles Bader2007-11-11 00:56:44 +0000
committerMiles Bader2007-11-11 00:56:44 +0000
commitf23d76bdefbd4c06e14d69e99e50d35ce91c8226 (patch)
treeded28d1da6df2d0135514bac83074f4ca1c9099a /src/emacs.c
parente2d092da5980a7d05a5428074f8eb4925fa801e8 (diff)
parenta457417ee5ba797ab1c91d35ee957bb7a7f8d4b6 (diff)
downloademacs-f23d76bdefbd4c06e14d69e99e50d35ce91c8226.tar.gz
emacs-f23d76bdefbd4c06e14d69e99e50d35ce91c8226.zip
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-283
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emacs.c b/src/emacs.c
index db442c219a4..c7fd234c6ef 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1569,7 +1569,6 @@ main (argc, argv
1569 syms_of_fns (); 1569 syms_of_fns ();
1570 syms_of_floatfns (); 1570 syms_of_floatfns ();
1571 1571
1572 syms_of_abbrev ();
1573 syms_of_buffer (); 1572 syms_of_buffer ();
1574 syms_of_bytecode (); 1573 syms_of_bytecode ();
1575 syms_of_callint (); 1574 syms_of_callint ();
@@ -2542,8 +2541,9 @@ The value is nil if that directory's name is not known. */);
2542 2541
2543 DEFVAR_LISP ("installation-directory", &Vinstallation_directory, 2542 DEFVAR_LISP ("installation-directory", &Vinstallation_directory,
2544 doc: /* A directory within which to look for the `lib-src' and `etc' directories. 2543 doc: /* A directory within which to look for the `lib-src' and `etc' directories.
2545This is non-nil when we can't find those directories in their standard installed 2544This is non-nil when we can't find those directories in their standard
2546locations, but we can find them near where the Emacs executable was found. */); 2545installed locations, but we can find them near where the Emacs executable
2546was found. */);
2547 Vinstallation_directory = Qnil; 2547 Vinstallation_directory = Qnil;
2548 2548
2549 DEFVAR_LISP ("system-messages-locale", &Vsystem_messages_locale, 2549 DEFVAR_LISP ("system-messages-locale", &Vsystem_messages_locale,