> +   (make-local-variable 'comment-indent-function)
    > +   (setq comment-indent-function 'lisp-comment-indent)
    >     (make-local-variable 'imenu-generic-expression)
    >     (setq imenu-generic-expression lisp-imenu-generic-expression)
    >     (make-local-variable 'multibyte-syntax-as-symbol)

    It has the disadvantage of hiding the actual bug.

The function lisp-comment-indent clearly is meant to be used in Lisp
mode, so unless that function is superfluous, my change is correct.
However, if there's a bug in newcomment.el, fixing that is good too.


_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to