summaryrefslogtreecommitdiff
path: root/lisp/vc.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-02-07 17:02:08 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-02-07 17:02:08 +0000
commit464540ed828c1fa14a5a88125820b16de68302a6 (patch)
treefa7d11c291ede467d85e2264a78449baba8e577e /lisp/vc.el
parentbd91608b43b3ba60e8fd1ab30c811e4a67848aff (diff)
downloademacs-464540ed828c1fa14a5a88125820b16de68302a6.tar.gz
(small-temporary-file-directory): Remove defvar; there's a defcustom for it in
files.el.
Diffstat (limited to 'lisp/vc.el')
-rw-r--r--lisp/vc.el3
1 files changed, 0 insertions, 3 deletions
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.