Mercurial > emacs
changeset 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 | c6e12c6b1498 |
children | 7e453da3f573 |
files | lisp/dired.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
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))))