emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/tumme.el


From: Mathias Dahl
Subject: [Emacs-diffs] Changes to emacs/lisp/tumme.el
Date: Sun, 21 May 2006 14:03:57 +0000

Index: emacs/lisp/tumme.el
diff -u emacs/lisp/tumme.el:1.18 emacs/lisp/tumme.el:1.19
--- emacs/lisp/tumme.el:1.18    Sun Mar  5 13:09:26 2006
+++ emacs/lisp/tumme.el Sun May 21 14:03:56 2006
@@ -976,7 +976,7 @@
 (defun tumme-tag-files (arg)
   "Tag marked file(s) in dired.  With prefix ARG, tag file at point."
   (interactive "P")
-  (let ((tag (read-string "Tag to add: "))
+  (let ((tag (read-string "Tags to add (separate tags with a semicolon): "))
         curr-file files)
     (if arg
         (setq files (dired-get-filename))
@@ -986,7 +986,7 @@
 (defun tumme-tag-thumbnail ()
   "Tag current thumbnail."
   (interactive)
-  (let ((tag (read-string "Tag to add: ")))
+  (let ((tag (read-string "Tags to add (separate tags with a semicolon): ")))
     (tumme-write-tag (tumme-original-file-name) tag))
   (tumme-update-property
    'tags (tumme-list-tags (tumme-original-file-name))))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]