# HG changeset patch # User Glenn Morris # Date 1199416386 0 # Node ID b848b52f4da3e4b33eb3d7dec46b32e06daa890d # Parent 9ada3b121e1f5829d1a4640ea07b487c57159972 (fancy-about-screen): Remove reference to deleted `fancy-splash-help-echo' variable. diff -r 9ada3b121e1f -r b848b52f4da3 lisp/startup.el --- a/lisp/startup.el Fri Jan 04 03:12:43 2008 +0000 +++ b/lisp/startup.el Fri Jan 04 03:13:06 2008 +0000 @@ -1,7 +1,8 @@ ;;; 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 @@ (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))