emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/textmodes/reftex.el


From: Werner LEMBERG
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/reftex.el
Date: Fri, 25 Mar 2005 05:08:36 -0500

Index: emacs/lisp/textmodes/reftex.el
diff -c emacs/lisp/textmodes/reftex.el:1.57 emacs/lisp/textmodes/reftex.el:1.58
*** emacs/lisp/textmodes/reftex.el:1.57 Fri Mar 25 09:03:24 2005
--- emacs/lisp/textmodes/reftex.el      Fri Mar 25 10:08:35 2005
***************
*** 1425,1431 ****
  
  (defun reftex-locate-file (file type master-dir &optional die)
    "Find FILE of type TYPE in MASTER-DIR or on the path associcted with TYPE.
! If the file does not have any of the legal extensions for TYPE,
  try first the default extension and only then the naked file name.
  When DIE is non-nil, throw an error if file not found."
    (let* ((rec-values (if reftex-search-unrecursed-path-first '(nil t) '(t)))
--- 1425,1431 ----
  
  (defun reftex-locate-file (file type master-dir &optional die)
    "Find FILE of type TYPE in MASTER-DIR or on the path associcted with TYPE.
! If the file does not have any of the valid extensions for TYPE,
  try first the default extension and only then the naked file name.
  When DIE is non-nil, throw an error if file not found."
    (let* ((rec-values (if reftex-search-unrecursed-path-first '(nil t) '(t)))




reply via email to

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