William Xu wrote: > (mapc > (lambda (command) > ;; FIXME: Is this the correct way, using `eval'? > (eval `(define-wajig-command ,command))) > '( > auto-clean auto-download clean commands daily-upgrade > describe-new detail-new dist-upgrade docs file-download > file-remove fix-configure fix-install fix-missing init integrity > help large last-update list list-all list-cache list-commands > list-daemons list-hold list-installed list-log list-orphans > local-dist-upgrade local-upgrade non-free orphans policy reset > search-apt setup showdistupgrade showinstall showremove > showupgrade size sizes snapshot tasksel toupgrade update > ))
I think this is more readable: (define-wajig-command auto-clean) ... (define-wajig-command update) -- Kevin Rodgers _______________________________________________ Gnu-emacs-sources mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources
