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
26ff68aa
Commit
26ff68aa
authored
Sep 20, 2000
by
Gerd Moellmann
Browse files
(fancy-splash-text): Don't quote faces.
parent
ce9401f3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/startup.el
lisp/startup.el
+7
-7
No files found.
lisp/ChangeLog
View file @
26ff68aa
2000-09-20 Gerd Moellmann <gerd@gnu.org>
* startup.el (fancy-splash-text): Don't quote faces.
* dired.el (dired-font-lock-keywords): Undo last change.
(dired-readin): Bind indent-tabs-mode to nil.
...
...
lisp/startup.el
View file @
26ff68aa
...
...
@@ -842,12 +842,12 @@ If this is nil, no message will be displayed."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defvar fancy-splash-text
'((:face
'
variable-pitch
'((:face variable-pitch
"
The
menu
bar
and
scroll
bar
are
sufficient
\
for
basic
editing
with
the
mouse.\n\n
"
:face
'
(variable-pitch :weight bold)
:face (variable-pitch :weight bold)
"
Useful
Files
menu
items:\n
"
:face
'
variable-pitch "
\
:face variable-pitch "
\
Exit
Emacs
(
or
type
Control-x
followed
by
Control-c
)
Recover
Session
recover
files
you
were
editing
before
a
crash
...
...
@@ -857,15 +857,15 @@ Recover Session recover files you were editing before a crash
(:face 'variable-pitch
"
The
menu
bar
and
scroll
bar
are
sufficient
\
for
basic
editing
with
the
mouse.\n\n
"
:face
'
(variable-pitch :weight bold)
:face (variable-pitch :weight bold)
"
Important
Help
menu
items:\n
"
:face
'
variable-pitch "
\
:face variable-pitch "
\
Emacs
Tutorial
Learn-by-doing
tutorial
for
using
Emacs
efficiently.
Emacs
FAQ
Frequently
asked
questions
and
answers
\(Non
)
Warranty
GNU
Emacs
comes
with
"
:face
'
(variable-pitch :slant oblique)
:face (variable-pitch :slant oblique)
"
ABSOLUTELY
NO
WARRANTY\n
"
:face
`
variable-pitch
:face variable-pitch
"
Copying
Conditions
Conditions
for
redistributing
and
\
changing
Emacs\n
"))
"
A
list
of
texts
to
show
in
the
middle
part
of
splash
screens.
...
...
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