* simple.el (comment-indent-function): New variable, intended to
authorJim Blandy <jimb@redhat.com>
Sun, 21 Mar 1993 07:04:44 +0000 (07:04 +0000)
committerJim Blandy <jimb@redhat.com>
Sun, 21 Mar 1993 07:04:44 +0000 (07:04 +0000)
commitec9a76e3d170ca2da59c7075b55b7ce1e8511ab4
tree7ce169af4787bd2a5270d32b7380ebb6e0af4970
parent0f85737cab24dda270770577bd2810c266f6d497
* simple.el (comment-indent-function): New variable, intended to
replace comment-indent-hook.
(comment-indent-hook): Make this default to nil now.
(indent-for-comment): If comment-indent-hook is non-nil, call it
for backward compatibility; otherwise, call
comment-indent-function.
* bytecomp.el: Declare comment-indent-hook an obsolete variable.
lisp/emacs-lisp/bytecomp.el
lisp/simple.el