emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/fns.c


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/src/fns.c
Date: Sun, 05 Oct 2003 19:38:15 -0400

Index: emacs/src/fns.c
diff -c emacs/src/fns.c:1.343 emacs/src/fns.c:1.344
*** emacs/src/fns.c:1.343       Mon Sep  1 11:45:52 2003
--- emacs/src/fns.c     Sun Oct  5 19:38:15 2003
***************
*** 3329,3336 ****
  If FEATURE is not a member of the list `features', then the feature
  is not loaded; so load the file FILENAME.
  If FILENAME is omitted, the printname of FEATURE is used as the file name,
! and `load' will try to load this name appended with the suffix `.elc',
! `.el' or the unmodified name, in that order.
  If the optional third argument NOERROR is non-nil,
  then return nil if the file is not found instead of signaling an error.
  Normally the return value is FEATURE.
--- 3329,3336 ----
  If FEATURE is not a member of the list `features', then the feature
  is not loaded; so load the file FILENAME.
  If FILENAME is omitted, the printname of FEATURE is used as the file name,
! and `load' will try to load this name appended with the suffix `.elc' or
! `.el', in that order.  The name without appended suffix will not be used.
  If the optional third argument NOERROR is non-nil,
  then return nil if the file is not found instead of signaling an error.
  Normally the return value is FEATURE.




reply via email to

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