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: Fri, 18 Nov 2005 22:34:32 -0500

Index: emacs/lispref/loading.texi
diff -c emacs/lispref/loading.texi:1.58 emacs/lispref/loading.texi:1.59
*** emacs/lispref/loading.texi:1.58     Fri Oct 21 17:25:23 2005
--- emacs/lispref/loading.texi  Sat Nov 19 03:34:32 2005
***************
*** 291,297 ****
  @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
--- 291,298 ----
  @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" ".elc.gz" ".el" ".el.gz" ".gz")}.  There is no need to
! include the null suffix.
  @end defvar
  
  @node Loading Non-ASCII




reply via email to

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