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
13f93dee
Commit
13f93dee
authored
Sep 22, 2000
by
Gerd Moellmann
Browse files
(fancy-splash-head): Use splash.pbm instead of
splash.xbm.
parent
36a03bf9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/startup.el
lisp/startup.el
+2
-2
No files found.
lisp/ChangeLog
View file @
13f93dee
2000-09-22 Gerd Moellmann <gerd@gnu.org>
* startup.el (fancy-splash-head): Use splash.pbm instead of
splash.xbm.
2000-09-22 Andre Spiegel <spiegel@gnu.org>
* vc.el (vc-switch-backend): Signal an error if the file is not
...
...
lisp/startup.el
View file @
13f93dee
...
...
@@ -915,7 +915,7 @@ where FACE is a valid face specification, as it can be used with
"
Insert
the
head
part
of
the
splash
screen
into
the
current
buffer.
"
(let* ((img (create-image (or fancy-splash-image
(if (display-color-p)
"
splash.xpm
" "
splash.
x
bm
"))))
"
splash.xpm
" "
splash.
p
bm
"))))
(image-width (and img (car (image-size img))))
(window-width (window-width (selected-window))))
(when img
...
...
@@ -1049,7 +1049,7 @@ where FACE is a valid face specification, as it can be used with
(if (assq 'display (frame-parameters))
(if (or (and (display-color-p)
(image-type-available-p 'xpm))
(image-type-available-p '
x
bm))
(image-type-available-p '
p
bm))
(fancy-splash-screens)
(progn
(insert "
\
...
...
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