emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116356: (locate-file): Suffixes aren't returned, so


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r116356: (locate-file): Suffixes aren't returned, so don't say that they are
Date: Sun, 09 Feb 2014 02:59:39 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116356
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/12674
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sat 2014-02-08 18:58:24 -0800
message:
  (locate-file): Suffixes aren't returned, so don't say that they are
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/files.el                  files.el-20091113204419-o5vbwnq5f7feedwu-265
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-09 02:44:25 +0000
+++ b/lisp/ChangeLog    2014-02-09 02:58:24 +0000
@@ -2,6 +2,8 @@
 
        * files.el (find-file-noselect): Clarify prompt when changing
        readedness (bug#13261).
+       (locate-file): Suffixes aren't returned, so don't say that they
+       are (bug#12674).
 
        * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
        before we actually start to delete things (bug#16331).

=== modified file 'lisp/files.el'
--- a/lisp/files.el     2014-02-09 02:44:25 +0000
+++ b/lisp/files.el     2014-02-09 02:58:24 +0000
@@ -747,8 +747,8 @@
 
 (defun locate-file (filename path &optional suffixes predicate)
   "Search for FILENAME through PATH.
-If found, return the absolute file name of FILENAME, with its suffixes;
-otherwise return nil.
+If found, return the absolute file name of FILENAME; otherwise
+return nil.
 PATH should be a list of directories to look in, like the lists in
 `exec-path' or `load-path'.
 If SUFFIXES is non-nil, it should be a list of suffixes to append to


reply via email to

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