From b722ea4eb4716b721eba9556b1f8742cbb75b26d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 9 May 2014 12:10:56 +0300 Subject: [PATCH] lisp/progmodes/grep.el (lgrep): Fix a typo in last commit. --- lisp/ChangeLog | 4 ++++ lisp/progmodes/grep.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0fe7ed67067..18a4eadbed7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2014-05-09 Eli Zaretskii + + * progmodes/grep.el (lgrep): Fix a typo in last commit. + 2014-05-09 Glenn Morris * files.el (file-expand-wildcards): diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index d3e06892abf..d60534074b9 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el @@ -904,7 +904,7 @@ This command shares argument histories with \\[rgrep] and \\[grep]." (confirm (equal current-prefix-arg '(4)))) (list regexp files dir confirm)))))) (when (and (stringp regexp) (> (length regexp) 0)) - (unless (and dir (file-acessible-directory-p dir)) + (unless (and dir (file-accessible-directory-p dir)) (setq dir default-directory)) (let ((command regexp)) (if (null files) -- 2.39.5