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
6b33da9f
Commit
6b33da9f
authored
May 15, 2008
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(USAGE1, standard_args): Remove -disable-font-backend.
parent
b9b1cc14
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
src/ChangeLog
src/ChangeLog
+4
-0
src/emacs.c
src/emacs.c
+0
-2
No files found.
src/ChangeLog
View file @
6b33da9f
2008-05-15 Glenn Morris <rgm@gnu.org>
* emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
2008-05-15 Chong Yidong <cyd@stupidchicken.com>
* fns.c (init_fns): Don't initialize weak_hash_tables here.
...
...
src/emacs.c
View file @
6b33da9f
...
...
@@ -261,7 +261,6 @@ Initialization options:\n\
\n\
--batch do not do interactive display; implies -q\n\
--debug-init enable Emacs Lisp debugger for init file\n\
--disable-font-backend do not use font backend (only if compiled)\n\
--display, -d DISPLAY use X server DISPLAY\n\
--multibyte, --no-unibyte inhibit the effect of EMACS_UNIBYTE\n\
--no-desktop do not load a saved desktop\n\
...
...
@@ -1807,7 +1806,6 @@ struct standard_args standard_args[] =
{
"-unibyte"
,
"--unibyte"
,
81
,
0
},
{
"-no-multibyte"
,
"--no-multibyte"
,
80
,
0
},
{
"-nl"
,
"--no-loadup"
,
70
,
0
},
{
"-disable-font-backend"
,
"--disable-font-backend"
,
65
,
0
},
/* -d must come last before the options handled in startup.el. */
{
"-d"
,
"--display"
,
60
,
1
},
{
"-display"
,
0
,
60
,
1
},
...
...
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