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

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

bug#4631: 23.1; Warnings from repeat.el


From: Drew Adams
Subject: bug#4631: 23.1; Warnings from repeat.el
Date: Sun, 4 Oct 2009 11:59:35 -0700

> > Is this normal?
> 
> Yes: the defvar of those variable (in repeat.el) will be 
> processed when
> repeat.el is loaded, which in your case, happens when 
> `repeat' is called
> (it's loaded via autoload), i.e. at that point where you've let-bound
> them, so when you get out of the let, those variables will be
> incorrectly set back to unbound (i.e. the defvar will have 
> had no effect).
> 
> Do (require 'repeat) sometime before the let.

OK, thanks. I closed the bug.







reply via email to

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