* David Kastrup (2006-07-22) writes: > (defcustom foo '(c d e) > "Some var." > :set 'TeX-local-list-setter) > (make-local-variable 'foo) > (add-to-list 'foo 'a) > (add-to-list 'foo 'b) > (customize-variable 'foo)
Evaluating the defcustom form results in Debugger entered--Lisp error: (void-variable foo) -- Ralf _______________________________________________ auctex-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex-devel
