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
b831c087
Commit
b831c087
authored
Oct 02, 2000
by
Gerd Moellmann
Browse files
(fancy-splash-head): Change message below the
logo.
parent
9402dba5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
lisp/startup.el
lisp/startup.el
+5
-2
No files found.
lisp/startup.el
View file @
b831c087
...
...
@@ -952,10 +952,13 @@ where FACE is a valid face specification, as it can be used with
(insert-image img (propertize "
xxx
" 'help-echo help-echo
'keymap map)))
(insert "
\n
"))))
(when (eq system-type 'gnu/linux)
(if (eq system-type 'gnu/linux)
(fancy-splash-insert
:face '(variable-pitch :foreground "
red
")
"
GNU
Emacs
is
one
component
of
a
Linux-based
GNU
system.
")
(fancy-splash-insert
:face '(variable-pitch :foreground "
red
")
"
GNU
Emacs
is
one
component
of
a
Linux-based
GNU
system.
"))
"
GNU
Emacs
is
one
component
of
the
GNU
operating
system.
"))
(insert "
\n
"))
...
...
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