emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/thumbs.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/thumbs.el
Date: Mon, 06 Jun 2005 11:44:32 -0400

Index: emacs/lisp/thumbs.el
diff -c emacs/lisp/thumbs.el:1.13 emacs/lisp/thumbs.el:1.14
*** emacs/lisp/thumbs.el:1.13   Tue May 31 13:27:27 2005
--- emacs/lisp/thumbs.el        Mon Jun  6 15:44:31 2005
***************
*** 83,89 ****
  
  (defcustom thumbs-thumbsdir-max-size 50000000
    "Max size for thumbnails directory.
! When it reachs that size (in bytes), a warning is sent."
    :type 'string
    :group 'thumbs)
  
--- 83,89 ----
  
  (defcustom thumbs-thumbsdir-max-size 50000000
    "Max size for thumbnails directory.
! When it reaches that size (in bytes), a warning is sent."
    :type 'string
    :group 'thumbs)
  
***************
*** 117,128 ****
  (defcustom thumbs-thumbsdir-auto-clean t
    "If set, delete older file in the thumbnails directory.
  Deletion is done at load time when the directory size is bigger
! than 'thumbs-thumbsdir-max-size'."
    :type 'boolean
    :group 'thumbs)
  
  (defcustom thumbs-image-resizing-step 10
!   "Step by wich to resize image."
    :type 'string
    :group 'thumbs)
  
--- 117,128 ----
  (defcustom thumbs-thumbsdir-auto-clean t
    "If set, delete older file in the thumbnails directory.
  Deletion is done at load time when the directory size is bigger
! than `thumbs-thumbsdir-max-size'."
    :type 'boolean
    :group 'thumbs)
  
  (defcustom thumbs-image-resizing-step 10
!   "Step by which to resize image."
    :type 'string
    :group 'thumbs)
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]