comparison lisp/startup.el @ 91000:cd5e99697764

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 843-844) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 84-87) - Update from CVS - Change capitalization of VC backend names for new backends Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-241
author Miles Bader <miles@gnu.org>
date Fri, 03 Aug 2007 05:57:16 +0000
parents f55f9811f5d7 b8c796068320
children aaccdab0ee26
comparison
equal deleted inserted replaced
90999:35e3789db058 91000:cd5e99697764
1680 (rename-buffer "*About GNU Emacs*" t))))) 1680 (rename-buffer "*About GNU Emacs*" t)))))
1681 1681
1682 1682
1683 (defun startup-echo-area-message () 1683 (defun startup-echo-area-message ()
1684 (if (eq (key-binding "\C-h\C-p") 'describe-project) 1684 (if (eq (key-binding "\C-h\C-p") 'describe-project)
1685 "For information about the GNU Project and its goals, type C-h C-p." 1685 "For information about the GNU system and GNU/Linux, type C-h C-p."
1686 (substitute-command-keys 1686 (substitute-command-keys
1687 "For information about the GNU Project and its goals, type \ 1687 "For information about the GNU system and GNU/Linux, type \
1688 \\[describe-project]."))) 1688 \\[describe-project].")))
1689 1689
1690 1690
1691 (defun display-startup-echo-area-message () 1691 (defun display-startup-echo-area-message ()
1692 (let ((resize-mini-windows t)) 1692 (let ((resize-mini-windows t))