(eshell-extended-glob): Sort matches.
+2007-11-07 David Hansen <david.hansen@gmx.net>
+
+ * eshell/em-glob.el (eshell-extended-glob): Sort matches.
+
2007-11-07 Glenn Morris <rgm@gnu.org>
* emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
(eshell-glob-entries (file-name-as-directory ".") paths))
(if message-shown
(message nil)))
- (or (and matches (nreverse matches))
+ (or (and matches (sort matches #'string<))
(if eshell-error-if-no-glob
(error "No matches found: %s" glob)
glob))))