Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
44ac2d3e
Commit
44ac2d3e
authored
Jul 16, 2008
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(system-type): Doc fix.
parent
ebff2353
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
3 deletions
+11
-3
lisp/ChangeLog
lisp/ChangeLog
+5
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/emacs.c
src/emacs.c
+2
-3
No files found.
lisp/ChangeLog
View file @
44ac2d3e
2008-07-16 Glenn Morris <rgm@gnu.org>
* paths.el (rmail-spool-directory): Remove settings for systems that are
no longer supported.
* frame.el (ns-initialize-window-system): Declare for compiler.
* term/ns-win.el: Add numerous declarations for compiler.
(ns-pop-up-frames): Move definition before use. Doc fix.
...
...
src/ChangeLog
View file @
44ac2d3e
2008-07-16 Glenn Morris <rgm@gnu.org>
* emacs.c (system-type): Doc fix.
2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
* keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
...
...
src/emacs.c
View file @
44ac2d3e
...
...
@@ -2508,14 +2508,13 @@ Many arguments are deleted from the list as they are processed. */);
DEFVAR_LISP
(
"system-type"
,
&
Vsystem_type
,
doc:
/* Value is symbol indicating type of operating system you are using.
Special values:
`gnu' compiled for a GNU Hurd system.
`gnu/linux' compiled for a GNU/Linux system.
`darwin' compiled for Darwin (GNU-Darwin, Mac OS X, ...).
`macos' compiled for Mac OS 9.
`ms-dos' compiled as an MS-DOS application.
`windows-nt' compiled as a native W32 application.
`cygwin' compiled using the Cygwin library.
`vax-vms' or
`axp-vms' compiled for a (Open)VMS system.
`vax-vms' compiled for a (Open)VMS system.
Anything else indicates some sort of Unix system. */
);
Vsystem_type
=
intern
(
SYSTEM_TYPE
);
...
...
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