# HG changeset patch # User Richard M. Stallman # Date 1138298294 0 # Node ID 68bc4d8721122e2c42e8ca4a942a3cc095c760a2 # Parent 18c6a9d97dc17c14c1032defc125637fc86645c6 Correct the keywords. (tumme-dir-max-size): USe defvar. (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie. diff -r 18c6a9d97dc1 -r 68bc4d872112 lisp/tumme.el --- a/lisp/tumme.el Thu Jan 26 17:56:54 2006 +0000 +++ b/lisp/tumme.el Thu Jan 26 17:58:14 2006 +0000 @@ -3,7 +3,7 @@ ;; Copyright (C) 2005 Free Software Foundation, Inc. ;; ;; Version: 0.4.10 -;; Keywords: images, thumbnails, dired +;; Keywords: multimedia ;; Author: Mathias Dahl ;; This file is part of GNU Emacs. @@ -969,6 +969,7 @@ (tumme-display-image-mode))) buf)) +;;;###autoload (defun tumme-dired (dir &optional arg) "Open directory DIR and create a default window configuration. @@ -1643,6 +1644,7 @@ (tumme-define-display-image-mode-keymap) (message "tumme-display-image-mode enabled")) +;;;###autoload (defun tumme-setup-dired-keybindings () "Setup easy-to-use keybindings for the commands to be used in dired mode. Note that n, p and and will be hijacked and bound to @@ -2601,7 +2603,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -(setq tumme-dir-max-size 12300000) +(defvar tumme-dir-max-size 12300000) (defun tumme-test () "Clean `tumme-dir' from old thumbnail files.