Mercurial > emacs
comparison lisp/dired.el @ 90133:4da4a09e8b1b
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-31
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 206-222)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 45-52)
- Update from CVS
- Update from CVS: texi Makefile.in CVS keyw cruft
- Update from CVS: ChangeLog tweaks
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 31 Mar 2005 09:58:14 +0000 |
parents | 7e3f621f1dd4 a9477c7dd5f4 |
children | 02f1dbc4a199 |
comparison
equal
deleted
inserted
replaced
90132:4080fe8b4f0f | 90133:4da4a09e8b1b |
---|---|
1249 :help "Update contents of shown directories")) | 1249 :help "Update contents of shown directories")) |
1250 | 1250 |
1251 (define-key map [menu-bar immediate dashes] | 1251 (define-key map [menu-bar immediate dashes] |
1252 '("--")) | 1252 '("--")) |
1253 | 1253 |
1254 (define-key map [menu-bar immediate compare-directories] | |
1255 '(menu-item "Compare directories..." dired-compare-directories | |
1256 :help "Mark files with different attributes in two dired buffers")) | |
1254 (define-key map [menu-bar immediate backup-diff] | 1257 (define-key map [menu-bar immediate backup-diff] |
1255 '(menu-item "Compare with Backup" dired-backup-diff | 1258 '(menu-item "Compare with Backup" dired-backup-diff |
1256 :help "Diff file at cursor with its latest backup")) | 1259 :help "Diff file at cursor with its latest backup")) |
1257 (define-key map [menu-bar immediate diff] | 1260 (define-key map [menu-bar immediate diff] |
1258 '(menu-item "Diff..." dired-diff | 1261 '(menu-item "Diff..." dired-diff |