emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lispref/loading.texi
Date: Sun, 05 Oct 2003 19:21:48 -0400

Index: emacs/lispref/loading.texi
diff -c emacs/lispref/loading.texi:1.43 emacs/lispref/loading.texi:1.44
*** emacs/lispref/loading.texi:1.43     Sun Oct  5 09:56:53 2003
--- emacs/lispref/loading.texi  Sun Oct  5 19:21:48 2003
***************
*** 289,295 ****
  @defvar load-suffixes
  This variable is a list of suffixes (strings) that @code{load} should
  try adding to the specified file name.  The default value is
! @code{(".el" ".elc")}.  There is no need to include the null suffix.
  @end defvar
  
  @node Loading Non-ASCII
--- 289,295 ----
  @defvar load-suffixes
  This variable is a list of suffixes (strings) that @code{load} should
  try adding to the specified file name.  The default value is
! @code{(".elc" ".el")}.  There is no need to include the null suffix.
  @end defvar
  
  @node Loading Non-ASCII
***************
*** 669,675 ****
  @end smallexample
  
  When a file is loaded to satisfy an autoload, and it stops due to an
! error in the evaluating its contents, any function definitions or
  @code{provide} calls that occurred during the load are undone.
  @xref{Autoload}.
  @end defun
--- 669,675 ----
  @end smallexample
  
  When a file is loaded to satisfy an autoload, and it stops due to an
! error in the evaluation of its contents, any function definitions or
  @code{provide} calls that occurred during the load are undone.
  @xref{Autoload}.
  @end defun




reply via email to

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