comparison lisp/startup.el @ 90200:f9a65d7ebd29

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 459-473) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 86-87) - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 07 Jul 2005 12:43:14 +0000
parents bb71c6cf2009 6fb026ad601f
children fbb2bea03df9
comparison
equal deleted inserted replaced
90199:bb71c6cf2009 90200:f9a65d7ebd29
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 ;; GNU General Public License for more details. 19 ;; GNU General Public License for more details.
20 20
21 ;; You should have received a copy of the GNU General Public License 21 ;; You should have received a copy of the GNU General Public License
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the 22 ;; along with GNU Emacs; see the file COPYING. If not, write to the
23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 23 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24 ;; Boston, MA 02111-1307, USA. 24 ;; Boston, MA 02110-1301, USA.
25 25
26 ;;; Commentary: 26 ;;; Commentary:
27 27
28 ;; This file parses the command line and gets Emacs running. Options 28 ;; This file parses the command line and gets Emacs running. Options
29 ;; on the command line are handled in precedence order. For priorities 29 ;; on the command line are handled in precedence order. For priorities
35 35
36 (defvar command-line-processed nil 36 (defvar command-line-processed nil
37 "Non-nil once command line has been processed.") 37 "Non-nil once command line has been processed.")
38 38
39 (defgroup initialization nil 39 (defgroup initialization nil
40 "Emacs start-up procedure" 40 "Emacs start-up procedure."
41 :group 'internal) 41 :group 'internal)
42 42
43 (defcustom inhibit-startup-message nil 43 (defcustom inhibit-startup-message nil
44 "*Non-nil inhibits the initial startup message. 44 "*Non-nil inhibits the initial startup message.
45 This is for use in your personal init file, once you are familiar 45 This is for use in your personal init file, once you are familiar
284 (defvar init-file-had-error nil) 284 (defvar init-file-had-error nil)
285 285
286 (defvar normal-top-level-add-subdirs-inode-list nil) 286 (defvar normal-top-level-add-subdirs-inode-list nil)
287 287
288 (defvar no-blinking-cursor nil) 288 (defvar no-blinking-cursor nil)
289
290 (defvar default-frame-background-mode)
289 291
290 (defvar pure-space-overflow nil 292 (defvar pure-space-overflow nil
291 "Non-nil if building Emacs overflowed pure space.") 293 "Non-nil if building Emacs overflowed pure space.")
292 294
293 (defun normal-top-level-add-subdirs-to-load-path () 295 (defun normal-top-level-add-subdirs-to-load-path ()