Changed paths:
M books/interface/emacs/acl2-indent.el
Log Message:
-----------
[interface] Make elisp function argument optional
This addresses an issue observed when attempting to do `M-x
customize-variable`. This seemed to be calling indent-sexp with zero
arguments, while it is defined in acl2-indent.el with 1 argument. Making
the argument optional fixes the issue.