# HG changeset patch # User Mathias Dahl # Date 1139347462 0 # Node ID 23eaa0d773ea68d30ed3e8ee0e31ab8618469c73 # Parent 7b228a060cbc5edb13a3e0f077b684d60d339c75 Added more autoload cookies. diff -r 7b228a060cbc -r 23eaa0d773ea lisp/tumme.el --- a/lisp/tumme.el Tue Feb 07 21:23:14 2006 +0000 +++ b/lisp/tumme.el Tue Feb 07 21:24:22 2006 +0000 @@ -1208,6 +1208,7 @@ (kill-buffer buf) (split-string tags ";")))) +;;;###autoload (defun tumme-tag-files (arg) "Tag marked file(s) in dired. With prefix ARG, tag file at point." (interactive "P") @@ -1226,6 +1227,7 @@ (tumme-update-property 'tags (tumme-list-tags (tumme-original-file-name)))) +;;;###autoload (defun tumme-tag-remove (arg) "Remove tag for selected file(s). With prefix argument ARG, remove tag from file at point." @@ -1489,6 +1491,7 @@ (select-window window)) (message "Associated dired buffer not visible")))) +;;;###autoload (defun tumme-jump-thumbnail-buffer () "Jump to thumbnail buffer." (interactive) @@ -1887,11 +1890,13 @@ (if (looking-at " ") (delete-char 1)))) +;;;###autoload (defun tumme-display-thumbs-append () "Append thumbnails to `tumme-thumbnail-buffer'." (interactive) (tumme-display-thumbs nil t)) +;;;###autoload (defun tumme-display-thumb () "Shorthard for `tumme-display-thumbs' with prefix argument." (interactive) @@ -1962,6 +1967,7 @@ tumme-external-viewer file)))))) +;;;###autoload (defun tumme-dired-display-external () "Display file at point using an external viewer." (interactive) @@ -2070,6 +2076,7 @@ (tumme-display-image file arg) (display-buffer tumme-display-image-buffer)))))) +;;;###autoload (defun tumme-display-dired-image (&optional arg) "Display current image file. See documentation for `tumme-display-image' for more information. @@ -2320,6 +2327,7 @@ prop value))) +;;;###autoload (defun tumme-dired-comment-files () "Add comment to current or marked files in dired." (interactive) @@ -2370,6 +2378,7 @@ (kill-buffer buf) comment))) +;;;###autoload (defun tumme-mark-tagged-files () "Use regexp to mark files with matching tag." (interactive)