emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/internals.texi


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lispref/internals.texi
Date: Sat, 22 Oct 2005 12:41:31 -0400

Index: emacs/lispref/internals.texi
diff -c emacs/lispref/internals.texi:1.43 emacs/lispref/internals.texi:1.44
*** emacs/lispref/internals.texi:1.43   Sat Oct 22 15:15:56 2005
--- emacs/lispref/internals.texi        Sat Oct 22 16:41:31 2005
***************
*** 121,133 ****
  specify a computation to be done when Emacs subsequently starts up.
  For this, use @code{eval-at-startup}:
  
! @defmacro eval-at-startup address@hidden
  This evaluates the @var{body} forms, either immediately if running in
  an Emacs that has already started up, or later when Emacs does start
  up.  Since the value of the @var{body} forms is not necessarily
  available when the @code{eval-at-startup} form is run, that form
  always returns @code{nil}.
! @end defmacro
  
  @defun dump-emacs to-file from-file
  @cindex unexec
--- 121,133 ----
  specify a computation to be done when Emacs subsequently starts up.
  For this, use @code{eval-at-startup}:
  
! @defmac eval-at-startup address@hidden
  This evaluates the @var{body} forms, either immediately if running in
  an Emacs that has already started up, or later when Emacs does start
  up.  Since the value of the @var{body} forms is not necessarily
  available when the @code{eval-at-startup} form is run, that form
  always returns @code{nil}.
! @end defmac
  
  @defun dump-emacs to-file from-file
  @cindex unexec




reply via email to

[Prev in Thread] Current Thread [Next in Thread]