]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-mark-files-containing-regexp): Fix previous change.
authorKarl Heuer <kwzh@gnu.org>
Thu, 10 Sep 1998 15:46:18 +0000 (15:46 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 10 Sep 1998 15:46:18 +0000 (15:46 +0000)
lisp/dired.el

index a9afa3e11e37f8adef239eac62c9b18fc21f8a6b..b5b3b8fc0783624f5d93b7c71f19babec696a4d2 100644 (file)
@@ -2175,7 +2175,7 @@ A prefix argument means to unmark them instead.
                              (goto-char (point-min))
                              (re-search-forward regexp nil t)))
                        (with-temp-buffer
-                         (insert-buffer-contents fn)
+                         (insert-file-contents fn)
                          (goto-char (point-min))
                          (re-search-forward regexp nil t))))
                      )))