Mercurial > hg > xemacs-beta
diff lisp/prim/startup.el @ 32:e04119814345 r19-15b99
Import from CVS: tag r19-15b99
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:52:56 +0200 |
parents | ec9a17fef872 |
children | 1a767b41a199 |
line wrap: on
line diff
--- a/lisp/prim/startup.el Mon Aug 13 08:52:30 2007 +0200 +++ b/lisp/prim/startup.el Mon Aug 13 08:52:56 2007 +0200 @@ -849,8 +849,8 @@ (defun startup-splash-frame-body () `("\n" ,(emacs-version) "\n" ,@(if (string-match "beta" emacs-version) - `( (face (bold blue) ( "This is an Experimental version of XEmacs." - "Type " (key describe-beta) + `( (face (bold blue) ( "This is an Experimental version of XEmacs. " + " Type " (key describe-beta) " to see what this means.\n"))) `( "\n")) (face bold-italic "\ @@ -893,7 +893,7 @@ "To get out of XEmacs, type " (key save-buffers-kill-emacs) ".\n" "Type " (key help-with-tutorial) " for a tutorial on using XEmacs.\n" "Type " (key info) " to enter Info, " - "which you can use to read online documentation.\n\n" + "which you can use to read online documentation.\n" (face (bold red) ( "\ For tips and answers to frequently asked questions, see the XEmacs FAQ. \(It's on the Help menu, or type " (key xemacs-local-faq) " [a capital F!].\)")))) @@ -1216,6 +1216,13 @@ ) )) + ;; 1997/03/06 by Jeff Miller <jmiller@bayserve.net> + ;; initialize 'site-directory'. This is the site-lisp dir used by + ;; XEmacs + (if site-lisp + (setq site-directory (file-name-as-directory site-lisp)) + ) + ;; If running from the build directory, always prefer the exec-directory ;; that is here over the one that came from paths.h. (if (or (and (null exec-directory) lib-src)