emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r117077: lisp/progmodes/grep.el (lgrep): Fix a typo


From: Eli Zaretskii
Subject: [Emacs-diffs] trunk r117077: lisp/progmodes/grep.el (lgrep): Fix a typo in last commit.
Date: Fri, 09 May 2014 09:11:01 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117077
revision-id: address@hidden
parent: address@hidden
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Fri 2014-05-09 12:10:56 +0300
message:
  lisp/progmodes/grep.el (lgrep): Fix a typo in last commit.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/progmodes/grep.el         grep.el-20091113204419-o5vbwnq5f7feedwu-2948
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-05-09 07:02:00 +0000
+++ b/lisp/ChangeLog    2014-05-09 09:10:56 +0000
@@ -1,3 +1,7 @@
+2014-05-09  Eli Zaretskii  <address@hidden>
+
+       * progmodes/grep.el (lgrep): Fix a typo in last commit.
+
 2014-05-09  Glenn Morris  <address@hidden>
 
        * files.el (file-expand-wildcards):

=== modified file 'lisp/progmodes/grep.el'
--- a/lisp/progmodes/grep.el    2014-05-09 07:02:00 +0000
+++ b/lisp/progmodes/grep.el    2014-05-09 09:10:56 +0000
@@ -904,7 +904,7 @@
                (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)


reply via email to

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