From: Eli Zaretskii Date: Tue, 21 Aug 2001 16:37:17 +0000 (+0000) Subject: Document the removal of c-hanging-comment-starter-p and X-Git-Tag: emacs-pretest-21.0.105~128 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9ed462b73c7717efde102190200f8581d043057c;p=emacs.git Document the removal of c-hanging-comment-starter-p and c-hanging-comment-ender-p. Suggested by Perry Smith . --- diff --git a/etc/NEWS b/etc/NEWS index c6cc9999069..3f42442c76a 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1408,6 +1408,12 @@ the empty string (which it commonly does). A patch for that is available from the CC Mode web site (http://www.python.org/emacs/ cc-mode/). +**** The variables `c-hanging-comment-starter-p' and +`c-hanging-comment-ender-p', which controlled how comment starters and +enders were filled, are not used anymore. The new version of the +function `c-fill-paragraph' keeps the comment starters and enders as +they were before the filling. + **** It's now possible to selectively turn off auto filling. The variable c-ignore-auto-fill is used to ignore auto fill mode in specific contexts, e.g. in preprocessor directives and in string