Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bd6bc222
Commit
bd6bc222
authored
Nov 09, 2010
by
Glenn Morris
Browse files
* src/emacs.c (syms_of_emacs) <system-type>: Doc fix.
parent
9a150fcc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
9 deletions
+12
-9
src/ChangeLog
src/ChangeLog
+5
-2
src/emacs.c
src/emacs.c
+7
-7
No files found.
src/ChangeLog
View file @
bd6bc222
2010-11-10 Glenn Morris <rgm@gnu.org>
* emacs.c (syms_of_emacs) <system-type>: Doc fix.
2010-11-09 Eli Zaretskii <eliz@gnu.org>
* xfns.c (x_real_positions): Fix declaration-after-statement
problem.
* xfns.c (x_real_positions): Fix declaration-after-statement problem.
2010-11-09 Chong Yidong <cyd@stupidchicken.com>
...
...
src/emacs.c
View file @
bd6bc222
/* Fully extensible Emacs, running on Unix, intended for GNU.
Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1998, 1999,
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
2010 Free Software Foundation, Inc.
Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1998, 1999,
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
@@ -2411,9 +2412,10 @@ Special values:
`ms-dos' compiled as an MS-DOS application.
`windows-nt' compiled as a native W32 application.
`cygwin' compiled using the Cygwin library.
Anything else (in Emacs 2
3
.1, the possibilities are: aix, berkeley-unix,
hpux, irix,
lynxos 3.0.1,
usg-unix-v) indicates some sort of Unix system. */
);
Anything else (in Emacs 2
4
.1, the possibilities are: aix, berkeley-unix,
hpux, irix, usg-unix-v) indicates some sort of Unix system. */
);
Vsystem_type
=
intern_c_string
(
SYSTEM_TYPE
);
/* Above values are from SYSTEM_TYPE in src/s/*.h. */
DEFVAR_LISP
(
"system-configuration"
,
&
Vsystem_configuration
,
doc:
/* Value is string indicating configuration Emacs was built for.
...
...
@@ -2531,5 +2533,3 @@ libraries; only those already known by Emacs will be loaded. */);
daemon_pipe
[
1
]
=
0
;
}
/* arch-tag: 7bfd356a-c720-4612-8ab6-aa4222931c2e
(do not change this comment) */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment