emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/with-url 5b54613 1/3: Fix typo in pruning function


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] scratch/with-url 5b54613 1/3: Fix typo in pruning function.
Date: Mon, 23 Jan 2017 21:54:23 +0000 (UTC)

branch: scratch/with-url
commit 5b5461382a4e7b364637f0ba45c0887288fdc8d7
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Fix typo in pruning function.
---
 lisp/url/with-url.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/url/with-url.el b/lisp/url/with-url.el
index 72e7886..6b2d71c 100644
--- a/lisp/url/with-url.el
+++ b/lisp/url/with-url.el
@@ -828,7 +828,7 @@ If the headers don't allow caching, nothing will be done."
 (defun with-url--prune-cache ()
   (dolist (file (directory-files-recursively
                  (expand-file-name "url/cached" user-emacs-directory)
-                 "\\'[a-z0-9]+\\'"))
+                 "\\`[a-z0-9]+\\'"))
     (with-temp-buffer
       (when (and (ignore-errors
                    (insert-file-contents-literally file)



reply via email to

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