aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2007-04-22 03:32:05 +0000
committerChong Yidong2007-04-22 03:32:05 +0000
commit1f6f1c0fa95cff10af59539553ad6df4a3da9edc (patch)
tree6293904a32bb508d18d3a329b9c33f658b454d7f
parent41a4299469ed463179d1c8e59e685251542769dd (diff)
downloademacs-1f6f1c0fa95cff10af59539553ad6df4a3da9edc.tar.gz
emacs-1f6f1c0fa95cff10af59539553ad6df4a3da9edc.zip
All instances of "tumme" replaced with "thumbnails".
(tumme): Define alias to thumbnails-show-all-from-dir
-rw-r--r--lisp/thumbnails.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/thumbnails.el b/lisp/thumbnails.el
index d75cc8d6ae8..5d38b34e067 100644
--- a/lisp/thumbnails.el
+++ b/lisp/thumbnails.el
@@ -863,6 +863,9 @@ displayed."
863;;;###autoload 863;;;###autoload
864(defalias 'thumbnails 'thumbnails-show-all-from-dir) 864(defalias 'thumbnails 'thumbnails-show-all-from-dir)
865 865
866;;;###autoload
867(defalias 'tumme 'thumbnails-show-all-from-dir)
868
866(defun thumbnails-write-tags (file-tags) 869(defun thumbnails-write-tags (file-tags)
867 "Write file tags to database. 870 "Write file tags to database.
868Write each file and tag in FILE-TAGS to the database. FILE-TAGS 871Write each file and tag in FILE-TAGS to the database. FILE-TAGS