diff options
| author | Chong Yidong | 2007-04-22 03:32:05 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-04-22 03:32:05 +0000 |
| commit | 1f6f1c0fa95cff10af59539553ad6df4a3da9edc (patch) | |
| tree | 6293904a32bb508d18d3a329b9c33f658b454d7f | |
| parent | 41a4299469ed463179d1c8e59e685251542769dd (diff) | |
| download | emacs-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.el | 3 |
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. |
| 868 | Write each file and tag in FILE-TAGS to the database. FILE-TAGS | 871 | Write each file and tag in FILE-TAGS to the database. FILE-TAGS |