* bug#6173: 24.0.50; (require 'dirtrack) erroring
@ 2010-05-11 17:42 nflath
2010-05-11 22:05 ` Juanma Barranquero
0 siblings, 1 reply; 2+ messages in thread
From: nflath @ 2010-05-11 17:42 UTC (permalink / raw)
To: 6173
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)
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#6173: 24.0.50; (require 'dirtrack) erroring
2010-05-11 17:42 bug#6173: 24.0.50; (require 'dirtrack) erroring nflath
@ 2010-05-11 22:05 ` Juanma Barranquero
0 siblings, 0 replies; 2+ messages in thread
From: Juanma Barranquero @ 2010-05-11 22:05 UTC (permalink / raw)
To: nflath; +Cc: 6173-done
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-05-11 22:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-11 17:42 bug#6173: 24.0.50; (require 'dirtrack) erroring nflath
2010-05-11 22:05 ` Juanma Barranquero
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.