1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-05 20:43:08 +00:00

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'.)
This commit is contained in:
Juanma Barranquero 2010-05-12 00:01:34 +02:00
parent 587e4b1379
commit 9ee120ba01
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,8 @@
2010-05-11 Juanma Barranquero <lekktu@gmail.com>
* dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
2010-05-11 Juri Linkov <juri@jurta.org>
* scroll-all.el (scroll-all-check-to-scroll):

View File

@ -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