From: Juanma Barranquero Date: Tue, 7 Feb 2006 17:02:08 +0000 (+0000) Subject: (small-temporary-file-directory): Remove defvar; there's a defcustom for it in X-Git-Tag: emacs-pretest-22.0.90~4322 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=464540ed828c1fa14a5a88125820b16de68302a6;p=emacs.git (small-temporary-file-directory): Remove defvar; there's a defcustom for it in files.el. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 88074c347ac..33325719ba9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -17,6 +17,9 @@ 2006-02-07 Juanma Barranquero + * vc.el (small-temporary-file-directory): Remove defvar; there's + a defcustom for it in files.el. + * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'. Fix typo in message. (tumme-gallery-generate): Fix typo in `error' message. diff --git a/lisp/vc.el b/lisp/vc.el index e1afe4a7bf2..b130aadb085 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -2800,9 +2800,6 @@ backend to NEW-BACKEND, and unregister FILE from the current backend. (vc-mode-line new) (set-buffer-modified-p nil))))) -;; Only defined in very recent Emacsen -(defvar small-temporary-file-directory nil) - ;;;###autoload (defun vc-update-change-log (&rest args) "Find change log file and add entries from recent version control logs.