changeset 38091:58a77e50831e

(dired-mark-pop-up): Fix last change.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 18 Jun 2001 06:50:29 +0000
parents c8bf8c704581
children d905b878cf3e
files lisp/dired.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/dired.el	Sun Jun 17 13:19:47 2001 +0000
+++ b/lisp/dired.el	Mon Jun 18 06:50:29 2001 +0000
@@ -2163,7 +2163,8 @@
     (with-current-buffer (get-buffer-create bufname)
       (erase-buffer)
       (dired-format-columns-of-files files)
-      (remove-text-properties (point-min) (point-max) '(mouse-face help-echo)))
+      (remove-text-properties (point-min) (point-max)
+			      '(mouse-face nil help-echo nil)))
     (save-window-excursion
       (dired-pop-to-buffer bufname)
       (apply function args))))