]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-insert-set-properties): Fix invalid mouse-face
authorGerd Moellmann <gerd@gnu.org>
Mon, 16 Jul 2001 10:54:22 +0000 (10:54 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 16 Jul 2001 10:54:22 +0000 (10:54 +0000)
property.

lisp/ChangeLog
lisp/dired.el

index b52e57e8b8ef5cb70b596781cc9acc223413a699..934069a0d83b5cb52b4d288d0857c095fb955c30 100644 (file)
@@ -1,8 +1,13 @@
+2001-07-16  Gerd Moellmann  <gerd@gnu.org>
+
+       * dired.el (dired-insert-set-properties): Fix invalid mouse-face
+       property.
+
 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
-       play/gamegrid.el, play/handwrite.el, play/landmark.el,
-       play/morse.el, play/pong.el, play/snake.el, play/tetris.el: Some
+       play/gamegrid.el, play/handwrite.el, play/landmark.el,
+       play/morse.el, play/pong.el, play/snake.el, play/tetris.el: Some
        fixes to follow coding conventions.
 
 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
 2001-07-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * calendar/cal-china.el, calendar/cal-coptic.el,
-       calendar/cal-dst.el, calendar/cal-french.el,
-       calendar/cal-hebrew.el, calendar/cal-islam.el,
-       calendar/cal-iso.el, calendar/cal-julian.el,
-       calendar/cal-mayan.el, calendar/cal-persia.el,
-       calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
-       calendar/lunar.el, calendar/solar.el, ediff-diff.el,
-       ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
-       ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
-       net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
-       net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
-       pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
-       progmodes/ada-prj.el, progmodes/ada-stmt.el,
-       progmodes/ada-xref.el, progmodes/cc-align.el,
-       progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
-       progmodes/cc-defs.el, progmodes/cc-engine.el,
-       progmodes/cc-langs.el, progmodes/cc-menus.el,
-       progmodes/cc-styles.el, progmodes/cc-vars.el,
-       textmodes/reftex-auc.el, textmodes/reftex-cite.el,
-       textmodes/reftex-dcr.el, textmodes/reftex-global.el,
-       textmodes/reftex-index.el, textmodes/reftex-parse.el,
-       textmodes/reftex-ref.el, textmodes/reftex-sel.el,
-       textmodes/reftex-toc.el, textmodes/reftex-vars.el,
-       textmodes/reftex.el: Some fixes to follow coding
+       calendar/cal-dst.el, calendar/cal-french.el,
+       calendar/cal-hebrew.el, calendar/cal-islam.el,
+       calendar/cal-iso.el, calendar/cal-julian.el,
+       calendar/cal-mayan.el, calendar/cal-persia.el,
+       calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
+       calendar/lunar.el, calendar/solar.el, ediff-diff.el,
+       ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
+       ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
+       net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
+       net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
+       pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
+       progmodes/ada-prj.el, progmodes/ada-stmt.el,
+       progmodes/ada-xref.el, progmodes/cc-align.el,
+       progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
+       progmodes/cc-defs.el, progmodes/cc-engine.el,
+       progmodes/cc-langs.el, progmodes/cc-menus.el,
+       progmodes/cc-styles.el, progmodes/cc-vars.el,
+       textmodes/reftex-auc.el, textmodes/reftex-cite.el,
+       textmodes/reftex-dcr.el, textmodes/reftex-global.el,
+       textmodes/reftex-index.el, textmodes/reftex-parse.el,
+       textmodes/reftex-ref.el, textmodes/reftex-sel.el,
+       textmodes/reftex-toc.el, textmodes/reftex-vars.el,
+       textmodes/reftex.el: Some fixes to follow coding
        conventions in Eshell files with known maintainers.
 
        * emulation/viper.el: A fix to follow coding conventions.
 
        * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
-       eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
-       eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
-       eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
-       eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
-       eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
-       eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
-       eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
-       eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
-       eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
+       eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
+       eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
+       eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
+       eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
+       eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
+       eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
+       eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
+       eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
+       eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
        conventions in Eshell files.
 
        * composite.el, diff.el, emacs-lisp/levents.el,
-       emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
-       emulation/pc-mode.el, emulation/viper-cmd.el,
-       emulation/viper-ex.el, emulation/viper-init.el,
-       emulation/viper-keym.el, emulation/viper-macs.el,
-       emulation/viper-mous.el, emulation/viper-util.el,
-       emulation/viper.el, forms-pass.el, international/ccl.el,
-       international/characters.el, international/encoded-kb.el,
-       international/fontset.el, international/ja-dic-cnv.el,
-       international/ja-dic-utl.el, international/kinsoku.el,
-       international/kkc.el, international/mule-cmds.el,
-       international/mule-diag.el, international/mule-util.el,
-       international/mule.el, international/titdic-cnv.el,
-       language/china-util.el, language/chinese.el,
-       language/cyril-util.el, language/cyrillic.el, language/english.el,
-       language/greek.el, language/hebrew.el, language/japan-util.el,
-       language/japanese.el, language/korea-util.el, language/korean.el,
-       language/lao-util.el, language/lao.el, language/misc-lang.el,
-       language/slovak.el, language/thai-util.el, language/thai.el,
-       language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
-       mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
-       mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
-       midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
-       pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
-       play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
-       term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
-       term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
-       term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
-       term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
+       emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
+       emulation/pc-mode.el, emulation/viper-cmd.el,
+       emulation/viper-ex.el, emulation/viper-init.el,
+       emulation/viper-keym.el, emulation/viper-macs.el,
+       emulation/viper-mous.el, emulation/viper-util.el,
+       emulation/viper.el, forms-pass.el, international/ccl.el,
+       international/characters.el, international/encoded-kb.el,
+       international/fontset.el, international/ja-dic-cnv.el,
+       international/ja-dic-utl.el, international/kinsoku.el,
+       international/kkc.el, international/mule-cmds.el,
+       international/mule-diag.el, international/mule-util.el,
+       international/mule.el, international/titdic-cnv.el,
+       language/china-util.el, language/chinese.el,
+       language/cyril-util.el, language/cyrillic.el, language/english.el,
+       language/greek.el, language/hebrew.el, language/japan-util.el,
+       language/japanese.el, language/korea-util.el, language/korean.el,
+       language/lao-util.el, language/lao.el, language/misc-lang.el,
+       language/slovak.el, language/thai-util.el, language/thai.el,
+       language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
+       mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
+       mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
+       midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
+       pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
+       play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
+       term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
+       term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
+       term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
+       term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
        to follow coding conventions in files without maintainer or in
        files with clear maintainer (but without Maintainer header stating
        so).
        * emacs-lisp/elp.el: A fix to follow coding conventions.
 
        * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
-       gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
-       gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
-       gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
-       gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
-       gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
-       gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
-       gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
-       gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
-       gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
-       gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
-       gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
+       gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
+       gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
+       gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
+       gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
+       gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
+       gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
+       gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
+       gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
+       gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
+       gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
+       gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
        conventions in files from Gnus.
 
        * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
-       case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
-       custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
-       echistory.el, electric.el, emacs-lisp/authors.el,
-       emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
-       emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
-       emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
-       emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
-       emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
-       float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
-       gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
-       international/codepage.el, international/iso-ascii.el,
-       international/iso-insert.el, international/iso-transl.el,
-       international/swedish.el, isearch.el, jka-compr.el, kermit.el,
-       lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
-       mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
-       mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
-       mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
-       mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
-       mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
-       msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
-       obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
-       obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
-       paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
-       play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
-       progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
-       saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
-       term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
-       term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
-       textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
-       textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
-       textmodes/tex-mode.el, textmodes/text-mode.el,
-       textmodes/underline.el, thingatpt.el, time.el, timer.el,
-       unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
-       vt100-led.el, window.el: Some fixes to follow coding conventions in
+       case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
+       custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
+       echistory.el, electric.el, emacs-lisp/authors.el,
+       emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
+       emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
+       emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
+       emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
+       emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
+       float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
+       gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
+       international/codepage.el, international/iso-ascii.el,
+       international/iso-insert.el, international/iso-transl.el,
+       international/swedish.el, isearch.el, jka-compr.el, kermit.el,
+       lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
+       mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
+       mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
+       mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
+       mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
+       mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
+       msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
+       obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
+       obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
+       paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
+       play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
+       progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
+       saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
+       term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
+       term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
+       textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
+       textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
+       textmodes/tex-mode.el, textmodes/text-mode.el,
+       textmodes/underline.el, thingatpt.el, time.el, timer.el,
+       unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
+       vt100-led.el, window.el: Some fixes to follow coding conventions in
        files maintained by FSF.
 
 2001-07-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
index 987d8ddd899d7f3264d86c706325647d862016b9..cc5f0bbca11fbb1b6a29c9e93fdfa2b3bd2c35bd 100644 (file)
@@ -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 @@ If DIRNAME is already in a dired buffer, that buffer is used without refresh."
               (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))))