]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-mark-pop-up): Clear mouse-face property.
authorRichard M. Stallman <rms@gnu.org>
Sun, 22 May 1994 00:04:09 +0000 (00:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 22 May 1994 00:04:09 +0000 (00:04 +0000)
lisp/dired.el

index 47e413c72d8ea02e374dc0be69ea74d14fabf4b4..ba3877683a7a03bb6b7403640da2b7ce93b7a0ef 100644 (file)
@@ -1668,7 +1668,8 @@ Optional argument means return a file name relative to `default-directory'."
     (save-excursion
       (set-buffer (get-buffer-create bufname))
       (erase-buffer)
-      (dired-format-columns-of-files files))
+      (dired-format-columns-of-files files)
+      (remove-text-properties (point-min) (point-max) '(mouse-face)))
     (save-window-excursion
       (dired-pop-to-buffer bufname)
       (apply function args))))