diff options
| author | Gerd Moellmann | 2001-07-16 10:54:22 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-07-16 10:54:22 +0000 |
| commit | 1b85bd12db1f6bf846fa05b56dfbb63ba3eb3a99 (patch) | |
| tree | 6beec4fa3873f2d3ee9f8e1bc88ee48efa6f1623 | |
| parent | 6e44da43b16bf0fcf972f14ed43964c6ce9188e9 (diff) | |
| download | emacs-1b85bd12db1f6bf846fa05b56dfbb63ba3eb3a99.tar.gz emacs-1b85bd12db1f6bf846fa05b56dfbb63ba3eb3a99.zip | |
(dired-insert-set-properties): Fix invalid mouse-face
property.
| -rw-r--r-- | lisp/ChangeLog | 219 | ||||
| -rw-r--r-- | lisp/dired.el | 5 |
2 files changed, 115 insertions, 109 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b52e57e8b8e..934069a0d83 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,8 +1,13 @@ | |||
| 1 | 2001-07-16 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * dired.el (dired-insert-set-properties): Fix invalid mouse-face | ||
| 4 | property. | ||
| 5 | |||
| 1 | 2001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 6 | 2001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 7 | ||
| 3 | * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el, | 8 | * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el, |
| 4 | play/gamegrid.el, play/handwrite.el, play/landmark.el, | 9 | * play/gamegrid.el, play/handwrite.el, play/landmark.el, |
| 5 | play/morse.el, play/pong.el, play/snake.el, play/tetris.el: Some | 10 | * play/morse.el, play/pong.el, play/snake.el, play/tetris.el: Some |
| 6 | fixes to follow coding conventions. | 11 | fixes to follow coding conventions. |
| 7 | 12 | ||
| 8 | 2001-07-16 Gerd Moellmann <gerd@gnu.org> | 13 | 2001-07-16 Gerd Moellmann <gerd@gnu.org> |
| @@ -23,74 +28,74 @@ | |||
| 23 | 2001-07-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 28 | 2001-07-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 24 | 29 | ||
| 25 | * calendar/cal-china.el, calendar/cal-coptic.el, | 30 | * calendar/cal-china.el, calendar/cal-coptic.el, |
| 26 | calendar/cal-dst.el, calendar/cal-french.el, | 31 | * calendar/cal-dst.el, calendar/cal-french.el, |
| 27 | calendar/cal-hebrew.el, calendar/cal-islam.el, | 32 | * calendar/cal-hebrew.el, calendar/cal-islam.el, |
| 28 | calendar/cal-iso.el, calendar/cal-julian.el, | 33 | * calendar/cal-iso.el, calendar/cal-julian.el, |
| 29 | calendar/cal-mayan.el, calendar/cal-persia.el, | 34 | * calendar/cal-mayan.el, calendar/cal-persia.el, |
| 30 | calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el, | 35 | * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el, |
| 31 | calendar/lunar.el, calendar/solar.el, ediff-diff.el, | 36 | * calendar/lunar.el, calendar/solar.el, ediff-diff.el, |
| 32 | ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el, | 37 | * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el, |
| 33 | ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, | 38 | * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, |
| 34 | net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, | 39 | * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, |
| 35 | net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el, | 40 | * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el, |
| 36 | pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el, | 41 | * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el, |
| 37 | progmodes/ada-prj.el, progmodes/ada-stmt.el, | 42 | * progmodes/ada-prj.el, progmodes/ada-stmt.el, |
| 38 | progmodes/ada-xref.el, progmodes/cc-align.el, | 43 | * progmodes/ada-xref.el, progmodes/cc-align.el, |
| 39 | progmodes/cc-bytecomp.el, progmodes/cc-cmds.el, | 44 | * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el, |
| 40 | progmodes/cc-defs.el, progmodes/cc-engine.el, | 45 | * progmodes/cc-defs.el, progmodes/cc-engine.el, |
| 41 | progmodes/cc-langs.el, progmodes/cc-menus.el, | 46 | * progmodes/cc-langs.el, progmodes/cc-menus.el, |
| 42 | progmodes/cc-styles.el, progmodes/cc-vars.el, | 47 | * progmodes/cc-styles.el, progmodes/cc-vars.el, |
| 43 | textmodes/reftex-auc.el, textmodes/reftex-cite.el, | 48 | * textmodes/reftex-auc.el, textmodes/reftex-cite.el, |
| 44 | textmodes/reftex-dcr.el, textmodes/reftex-global.el, | 49 | * textmodes/reftex-dcr.el, textmodes/reftex-global.el, |
| 45 | textmodes/reftex-index.el, textmodes/reftex-parse.el, | 50 | * textmodes/reftex-index.el, textmodes/reftex-parse.el, |
| 46 | textmodes/reftex-ref.el, textmodes/reftex-sel.el, | 51 | * textmodes/reftex-ref.el, textmodes/reftex-sel.el, |
| 47 | textmodes/reftex-toc.el, textmodes/reftex-vars.el, | 52 | * textmodes/reftex-toc.el, textmodes/reftex-vars.el, |
| 48 | textmodes/reftex.el: Some fixes to follow coding | 53 | * textmodes/reftex.el: Some fixes to follow coding |
| 49 | conventions in Eshell files with known maintainers. | 54 | conventions in Eshell files with known maintainers. |
| 50 | 55 | ||
| 51 | * emulation/viper.el: A fix to follow coding conventions. | 56 | * emulation/viper.el: A fix to follow coding conventions. |
| 52 | 57 | ||
| 53 | * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el, | 58 | * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el, |
| 54 | eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el, | 59 | * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el, |
| 55 | eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el, | 60 | * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el, |
| 56 | eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el, | 61 | * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el, |
| 57 | eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el, | 62 | * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el, |
| 58 | eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el, | 63 | * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el, |
| 59 | eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el, | 64 | * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el, |
| 60 | eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el, | 65 | * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el, |
| 61 | eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el, | 66 | * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el, |
| 62 | eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding | 67 | * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding |
| 63 | conventions in Eshell files. | 68 | conventions in Eshell files. |
| 64 | 69 | ||
| 65 | * composite.el, diff.el, emacs-lisp/levents.el, | 70 | * composite.el, diff.el, emacs-lisp/levents.el, |
| 66 | emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el, | 71 | * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el, |
| 67 | emulation/pc-mode.el, emulation/viper-cmd.el, | 72 | * emulation/pc-mode.el, emulation/viper-cmd.el, |
| 68 | emulation/viper-ex.el, emulation/viper-init.el, | 73 | * emulation/viper-ex.el, emulation/viper-init.el, |
| 69 | emulation/viper-keym.el, emulation/viper-macs.el, | 74 | * emulation/viper-keym.el, emulation/viper-macs.el, |
| 70 | emulation/viper-mous.el, emulation/viper-util.el, | 75 | * emulation/viper-mous.el, emulation/viper-util.el, |
| 71 | emulation/viper.el, forms-pass.el, international/ccl.el, | 76 | * emulation/viper.el, forms-pass.el, international/ccl.el, |
| 72 | international/characters.el, international/encoded-kb.el, | 77 | * international/characters.el, international/encoded-kb.el, |
| 73 | international/fontset.el, international/ja-dic-cnv.el, | 78 | * international/fontset.el, international/ja-dic-cnv.el, |
| 74 | international/ja-dic-utl.el, international/kinsoku.el, | 79 | * international/ja-dic-utl.el, international/kinsoku.el, |
| 75 | international/kkc.el, international/mule-cmds.el, | 80 | * international/kkc.el, international/mule-cmds.el, |
| 76 | international/mule-diag.el, international/mule-util.el, | 81 | * international/mule-diag.el, international/mule-util.el, |
| 77 | international/mule.el, international/titdic-cnv.el, | 82 | * international/mule.el, international/titdic-cnv.el, |
| 78 | language/china-util.el, language/chinese.el, | 83 | * language/china-util.el, language/chinese.el, |
| 79 | language/cyril-util.el, language/cyrillic.el, language/english.el, | 84 | * language/cyril-util.el, language/cyrillic.el, language/english.el, |
| 80 | language/greek.el, language/hebrew.el, language/japan-util.el, | 85 | * language/greek.el, language/hebrew.el, language/japan-util.el, |
| 81 | language/japanese.el, language/korea-util.el, language/korean.el, | 86 | * language/japanese.el, language/korea-util.el, language/korean.el, |
| 82 | language/lao-util.el, language/lao.el, language/misc-lang.el, | 87 | * language/lao-util.el, language/lao.el, language/misc-lang.el, |
| 83 | language/slovak.el, language/thai-util.el, language/thai.el, | 88 | * language/slovak.el, language/thai-util.el, language/thai.el, |
| 84 | language/viet-util.el, language/vietnamese.el, mail/mh-comp.el, | 89 | * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el, |
| 85 | mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el, | 90 | * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el, |
| 86 | mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el, | 91 | * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el, |
| 87 | midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el, | 92 | * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el, |
| 88 | pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el, | 93 | * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el, |
| 89 | play/zone.el, replace.el, select.el, subr.el, talk.el, term.el, | 94 | * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el, |
| 90 | term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el, | 95 | * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el, |
| 91 | term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el, | 96 | * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el, |
| 92 | term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el, | 97 | * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el, |
| 93 | term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes | 98 | * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes |
| 94 | to follow coding conventions in files without maintainer or in | 99 | to follow coding conventions in files without maintainer or in |
| 95 | files with clear maintainer (but without Maintainer header stating | 100 | files with clear maintainer (but without Maintainer header stating |
| 96 | so). | 101 | so). |
| @@ -98,54 +103,54 @@ | |||
| 98 | * emacs-lisp/elp.el: A fix to follow coding conventions. | 103 | * emacs-lisp/elp.el: A fix to follow coding conventions. |
| 99 | 104 | ||
| 100 | * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el, | 105 | * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el, |
| 101 | gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el, | 106 | * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el, |
| 102 | gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el, | 107 | * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el, |
| 103 | gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el, | 108 | * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el, |
| 104 | gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el, | 109 | * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el, |
| 105 | gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el, | 110 | * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el, |
| 106 | gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el, | 111 | * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el, |
| 107 | gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el, | 112 | * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el, |
| 108 | gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el, | 113 | * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el, |
| 109 | gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el, | 114 | * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el, |
| 110 | gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el, | 115 | * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el, |
| 111 | gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding | 116 | * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding |
| 112 | conventions in files from Gnus. | 117 | conventions in files from Gnus. |
| 113 | 118 | ||
| 114 | * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el, | 119 | * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el, |
| 115 | case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el, | 120 | * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el, |
| 116 | custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el, | 121 | * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el, |
| 117 | echistory.el, electric.el, emacs-lisp/authors.el, | 122 | * echistory.el, electric.el, emacs-lisp/authors.el, |
| 118 | emacs-lisp/backquote.el, emacs-lisp/byte-opt.el, | 123 | * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el, |
| 119 | emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el, | 124 | * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el, |
| 120 | emacs-lisp/helper.el, emacs-lisp/lisp-mode.el, | 125 | * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el, |
| 121 | emacs-lisp/regexp-opt.el, emulation/mlconvert.el, | 126 | * emacs-lisp/regexp-opt.el, emulation/mlconvert.el, |
| 122 | emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el, | 127 | * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el, |
| 123 | float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el, | 128 | * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el, |
| 124 | gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el, | 129 | * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el, |
| 125 | international/codepage.el, international/iso-ascii.el, | 130 | * international/codepage.el, international/iso-ascii.el, |
| 126 | international/iso-insert.el, international/iso-transl.el, | 131 | * international/iso-insert.el, international/iso-transl.el, |
| 127 | international/swedish.el, isearch.el, jka-compr.el, kermit.el, | 132 | * international/swedish.el, isearch.el, jka-compr.el, kermit.el, |
| 128 | lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el, | 133 | * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el, |
| 129 | mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el, | 134 | * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el, |
| 130 | mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el, | 135 | * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el, |
| 131 | mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el, | 136 | * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el, |
| 132 | mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el, | 137 | * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el, |
| 133 | mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el, | 138 | * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el, |
| 134 | msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el, | 139 | * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el, |
| 135 | obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el, | 140 | * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el, |
| 136 | obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el, | 141 | * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el, |
| 137 | paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el, | 142 | * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el, |
| 138 | play/meese.el, progmodes/compile.el, progmodes/ebrowse.el, | 143 | * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el, |
| 139 | progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el, | 144 | * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el, |
| 140 | saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el, | 145 | * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el, |
| 141 | term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el, | 146 | * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el, |
| 142 | term/tty-colors.el, terminal.el, textmodes/bib-mode.el, | 147 | * term/tty-colors.el, terminal.el, textmodes/bib-mode.el, |
| 143 | textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el, | 148 | * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el, |
| 144 | textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el, | 149 | * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el, |
| 145 | textmodes/tex-mode.el, textmodes/text-mode.el, | 150 | * textmodes/tex-mode.el, textmodes/text-mode.el, |
| 146 | textmodes/underline.el, thingatpt.el, time.el, timer.el, | 151 | * textmodes/underline.el, thingatpt.el, time.el, timer.el, |
| 147 | unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el, | 152 | * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el, |
| 148 | vt100-led.el, window.el: Some fixes to follow coding conventions in | 153 | * vt100-led.el, window.el: Some fixes to follow coding conventions in |
| 149 | files maintained by FSF. | 154 | files maintained by FSF. |
| 150 | 155 | ||
| 151 | 2001-07-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 156 | 2001-07-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
diff --git a/lisp/dired.el b/lisp/dired.el index 987d8ddd899..cc5f0bbca11 100644 --- a/lisp/dired.el +++ b/lisp/dired.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; dired.el --- directory-browsing commands | 1 | ;;; dired.el --- directory-browsing commands |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 86, 92, 93, 94, 95, 96, 1997, 2000 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 86, 92, 93, 94, 95, 96, 1997, 2000, 2001 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de> | 6 | ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de> |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
| @@ -740,7 +741,7 @@ If DIRNAME is already in a dired buffer, that buffer is used without refresh." | |||
| 740 | (save-excursion | 741 | (save-excursion |
| 741 | (dired-move-to-end-of-filename) | 742 | (dired-move-to-end-of-filename) |
| 742 | (point)) | 743 | (point)) |
| 743 | '(mouse-face 'highlight | 744 | '(mouse-face highlight |
| 744 | help-echo "mouse-2: visit this file in other window"))) | 745 | help-echo "mouse-2: visit this file in other window"))) |
| 745 | (error nil)) | 746 | (error nil)) |
| 746 | (forward-line 1)))) | 747 | (forward-line 1)))) |