From 9ee120ba0118e977e5b7fa78123af6c765002b99 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 12 May 2010 00:01:34 +0200 Subject: Fix bug#6173: "(require 'dirtrack) erroring" * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically buffer-local (it's an obsolete alias for `dirtrack-mode'.) --- lisp/dirtrack.el | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lisp/dirtrack.el') diff --git a/lisp/dirtrack.el b/lisp/dirtrack.el index c209a2a6eb9..4e29c51fa75 100644 --- a/lisp/dirtrack.el +++ b/lisp/dirtrack.el @@ -143,13 +143,6 @@ be on a single line." :group 'dirtrack :type 'string) -(defcustom dirtrackp t - "If non-nil, directory tracking via `dirtrack' is enabled." - :group 'dirtrack - :type 'boolean) - -(make-variable-buffer-local 'dirtrackp) - (defcustom dirtrack-directory-function (if (memq system-type (list 'ms-dos 'windows-nt 'cygwin)) 'dirtrack-windows-directory-function -- cgit v1.2.1