Quassia Gnus v0.14.
[elisp/gnus.git-] / lisp / gnus-util.el
index 638fb59..d9cb72c 100644 (file)
 
 (defun gnus-byte-code (func)
   "Return a form that can be `eval'ed based on FUNC."
-  (let ((fval (symbol-function func)))
+  (let ((fval (indirect-function func)))
     (if (byte-code-function-p fval)
        (let ((flist (append fval nil)))
          (setcar flist 'byte-code)