bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#6173: 24.0.50; (require 'dirtrack) erroring


From: Juanma Barranquero
Subject: bug#6173: 24.0.50; (require 'dirtrack) erroring
Date: Wed, 12 May 2010 00:05:30 +0200

On Tue, May 11, 2010 at 19:42, nflath <flat0103@gmail.com> wrote:
> When I try to load dirtrack, emacs gives an error
>
> recipe:
> emacs -q
> M-: (require 'dirtrack)
> Output:
> Debugger entered--Lisp error: (error "Don't know how to make a localized 
> variable an alias")
>  defvaralias(dirtrackp dirtrack-mode nil)

Fixed by removing the defcustom and `make-variable-buffer-local'
declaration for dirtrackp. It doesn't make sense to have an obsolete
defcustom that cannot be customized anyway.

    Juanma





reply via email to

[Prev in Thread] Current Thread [Next in Thread]