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
4892f741
Commit
4892f741
authored
Jul 24, 2007
by
Glenn Morris
Browse files
(normal-splash-screen): Use `emacs-copyright'.
parent
26933a68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
lisp/startup.el
lisp/startup.el
+2
-4
No files found.
lisp/startup.el
View file @
4892f741
...
...
@@ -1563,8 +1563,7 @@ Getting New Versions How to obtain the latest version of Emacs
More
Manuals
/
Ordering
Manuals
How
to
order
printed
manuals
from
the
FSF
")
(insert "
\n\n
" (emacs-version)
"
Copyright
(
C
)
2007
Free
Software
Foundation,
Inc.
"))
"
\n
" emacs-copyright))
;; No mouse menus, so give help using kbd commands.
...
...
@@ -1611,8 +1610,7 @@ Activate menubar \\[tmm-menubar]")))
If
you
have
no
Meta
key,
you
may
instead
type
ESC
followed
by
the
character.
)
")
(insert "
\n\n
" (emacs-version)
"
Copyright
(
C
)
2007
Free
Software
Foundation,
Inc.
")
"
\n
" emacs-copyright)
(if (and (eq (key-binding "
\C-h\C-c
") 'describe-copying)
(eq (key-binding "
\C-h\C-d
") 'describe-distribution)
...
...
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