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
93926b07
Commit
93926b07
authored
Jan 04, 2008
by
Glenn Morris
Browse files
(fancy-about-screen): Remove reference to deleted
`fancy-splash-help-echo' variable.
parent
a47d49c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
lisp/startup.el
lisp/startup.el
+2
-3
No files found.
lisp/startup.el
View file @
93926b07
;;; startup.el --- process Emacs shell arguments
;; Copyright (C) 1985, 1986, 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
;; 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
;; Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: internal
...
...
@@ -1535,8 +1536,6 @@ splash screen in another window."
(dolist (text fancy-about-text)
(apply #'fancy-splash-insert text)
(insert "
\n
"))
(unless (current-message)
(message "
%s
" (or fancy-splash-help-echo "")))
(set-buffer-modified-p nil)
(goto-char (point-min))
(force-mode-line-update))
...
...
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