comparison lisp/startup.el @ 779:c2dbf1fe0506

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Wed, 15 Jul 1992 03:24:58 +0000
parents e43123226372
children 3cece0106722
comparison
equal deleted inserted replaced
778:cd00bdacc17b 779:c2dbf1fe0506
74 processes argi. If it does so, it may consume successive arguments by 74 processes argi. If it does so, it may consume successive arguments by
75 altering command-line-args-left to remove them.") 75 altering command-line-args-left to remove them.")
76 76
77 (defvar before-init-hook nil 77 (defvar before-init-hook nil
78 "Functions to call after handling urgent options but before loading init file. 78 "Functions to call after handling urgent options but before loading init file.
79 The screen system uses this to open screens to display messages while 79 The frame system uses this to open frames to display messages while
80 Emacs loads the user's initialization file.") 80 Emacs loads the user's initialization file.")
81 81
82 (defvar after-init-hook nil 82 (defvar after-init-hook nil
83 "Functions to call after loading the init file (~/.emacs). 83 "Functions to call after loading the init file (~/.emacs).
84 The call is not protected by a condition-case, so you can set `debug-on-error' 84 The call is not protected by a condition-case, so you can set `debug-on-error'