aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Dahl2006-05-26 23:27:55 +0000
committerMathias Dahl2006-05-26 23:27:55 +0000
commit27af5d58f03d7792b0942cd1d57524f5fc8e469f (patch)
tree5afbbff42f187c494e9ee6b66523cb134769ee33
parent81bfcbaa63aa2ca05687593a028012227a83d112 (diff)
downloademacs-27af5d58f03d7792b0942cd1d57524f5fc8e469f.tar.gz
emacs-27af5d58f03d7792b0942cd1d57524f5fc8e469f.zip
* dired.el (dired-mode-map): Change `tumme-tag-remove' to
`tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image Tag'. Change "Compare directories..." to "Change Directories...". * dired.el (dired-mode-map): Move tumme commands to Operate, Regexp and Immediate menus. Change "Add Comment" to "Add Image Comment". Change "Add Image Tag" to "Add Image Tags".
-rw-r--r--lisp/dired.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index f495cf18cb3..64b73184397 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -1325,7 +1325,7 @@ Do so according to the former subdir alist OLD-SUBDIR-ALIST."
1325 '("--")) 1325 '("--"))
1326 1326
1327 (define-key map [menu-bar immediate compare-directories] 1327 (define-key map [menu-bar immediate compare-directories]
1328 '(menu-item "Compare directories..." dired-compare-directories 1328 '(menu-item "Compare Directories..." dired-compare-directories
1329 :help "Mark files with different attributes in two dired buffers")) 1329 :help "Mark files with different attributes in two dired buffers"))
1330 (define-key map [menu-bar immediate backup-diff] 1330 (define-key map [menu-bar immediate backup-diff]
1331 '(menu-item "Compare with Backup" dired-backup-diff 1331 '(menu-item "Compare with Backup" dired-backup-diff