diff lisp/dired.el @ 38426:7c443908a552

(dired-insert-set-properties): Fix invalid mouse-face property.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 16 Jul 2001 10:50:31 +0000
parents a4de79556592
children 8911bc85234c
line wrap: on
line diff
--- a/lisp/dired.el	Mon Jul 16 09:10:19 2001 +0000
+++ b/lisp/dired.el	Mon Jul 16 10:50:31 2001 +0000
@@ -1,6 +1,7 @@
 ;;; dired.el --- directory-browsing commands
 
-;; Copyright (C) 1985, 86, 92, 93, 94, 95, 96, 1997, 2000 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 86, 92, 93, 94, 95, 96, 1997, 2000, 2001
+;;  Free Software Foundation, Inc.
 
 ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de>
 ;; Maintainer: FSF
@@ -740,7 +741,7 @@
 	       (save-excursion
 		 (dired-move-to-end-of-filename)
 		 (point))
-	       '(mouse-face 'highlight
+	       '(mouse-face highlight
 		 help-echo "mouse-2: visit this file in other window")))
 	(error nil))
       (forward-line 1))))