Mercurial > emacs
changeset 68678:cc0539a8c6d0
(small-temporary-file-directory): Remove defvar; there's a defcustom for it in
files.el.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 07 Feb 2006 16:59:01 +0000 |
parents | 02f68211dd2a |
children | c2c8a8c1d686 |
files | lisp/vc.el |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc.el Tue Feb 07 14:55:40 2006 +0000 +++ b/lisp/vc.el Tue Feb 07 16:59:01 2006 +0000 @@ -2800,9 +2800,6 @@ (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.