[elephant-devel] user parameters loading no workee!

Alex Mizrahi killerstorm at newmail.ru
Sat Apr 12 11:54:45 UTC 2008


(defun initialize-user-parameters ()
  (loop for (keyword variable) in *user-configurable-parameters* do
       (awhen (get-user-configuration-parameter keyword)
  (setq variable it))))
   ^^^^

this should be SET, not SETQ, because variable is already quoted! 






More information about the elephant-devel mailing list