Re: [ 538137 ] apropos command doesn't work



The apropros() command doesn't work.  If I enter this lisp 
function (from http://www.unk.edu/acad/math/people/willisb/)
directly into maxima lisp it solves the problem.

(defun $apropos ( s )
   (cons '(mlist) (apropos-list s "MAXIMA")))

How do I build this into maxima?