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
af849acd
Commit
af849acd
authored
Jul 22, 2007
by
Jan Djärv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(command-line-x-option-alist): Use x-handle-no-bitmap-icon.
parent
3f235d5d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
lisp/ChangeLog
lisp/ChangeLog
+6
-0
lisp/startup.el
lisp/startup.el
+1
-1
No files found.
lisp/ChangeLog
View file @
af849acd
2007-07-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
* term/x-win.el (x-handle-no-bitmap-icon): New function.
2007-07-22 Ralf Angeli <angeli@caeruleus.net>
* textmodes/reftex.el (reftex-access-parse-file): Create parse
lisp/startup.el
View file @
af849acd
...
...
@@ -144,7 +144,7 @@ This is normally copied from `default-directory' when Emacs starts.")
(
"--foreground-color"
1
x-handle-switch
foreground-color
)
(
"--background-color"
1
x-handle-switch
background-color
)
(
"--mouse-color"
1
x-handle-switch
mouse-color
)
(
"--no-bitmap-icon"
0
x-handle-
switch
icon-type
nil
)
(
"--no-bitmap-icon"
0
x-handle-
no-bitmap-icon
)
(
"--iconic"
0
x-handle-iconic
)
(
"--xrm"
1
x-handle-xrm-switch
)
(
"--cursor-color"
1
x-handle-switch
cursor-color
)
...
...
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