From 02c88f477e3741e034d3fe702af9ffb5d3507279 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 26 Jan 2006 17:58:14 +0000 Subject: [PATCH] Correct the keywords. (tumme-dir-max-size): USe defvar. (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie. --- lisp/tumme.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/tumme.el b/lisp/tumme.el index 91ea540467e..91d7f72b5b9 100644 --- a/lisp/tumme.el +++ b/lisp/tumme.el @@ -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 @@ add a subdirectory." (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 @@ Resized or in full-size." (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 @@ when using per-directory thumbnail file storage")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -(setq tumme-dir-max-size 12300000) +(defvar tumme-dir-max-size 12300000) (defun tumme-test () "Clean `tumme-dir' from old thumbnail files. -- 2.39.2