=== modified file 'lisp/custom.el' --- lisp/custom.el 2012-06-27 07:10:27 +0000 +++ lisp/custom.el 2012-08-07 19:45:37 +0000 @@ -337,7 +337,7 @@ ;; expression is checked by the byte-compiler, and that ;; lexical-binding is obeyed, so quote the expression with ;; `lambda' rather than with `quote'. - ``(funcall #',(lambda () ,standard)) + `(list 'funcall (lambda () ,standard)) `',standard) ,doc ,@args))