From f117c226d09f008ea965ec4c3eab2a1e66e94671 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 7 Nov 2007 04:00:02 +0000 Subject: [PATCH] Comment. --- ChangeLog | 4 ++++ lisp/eshell/em-glob.el | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index fd23fce5da3..2ca36bb3a02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-11-07 Glenn Morris + + * configure.in: Deprecate Mac Carbon port. + 2007-11-01 Jan Dj,Ad(Brv * configure.in: Remove HAVE_X11R5 check. diff --git a/lisp/eshell/em-glob.el b/lisp/eshell/em-glob.el index b1d8736b860..2e95aaefae0 100644 --- a/lisp/eshell/em-glob.el +++ b/lisp/eshell/em-glob.el @@ -267,6 +267,7 @@ the form: (defvar matches) (defvar message-shown)) +;; FIXME does this really need to abuse matches, message-shown? (defun eshell-glob-entries (path globs &optional recurse-p) "Glob the entries in PATHS, possibly recursing if RECURSE-P is non-nil." (let* ((entries (ignore-errors -- 2.11.4.GIT