From 9ed462b73c7717efde102190200f8581d043057c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 21 Aug 2001 16:37:17 +0000 Subject: [PATCH] Document the removal of c-hanging-comment-starter-p and c-hanging-comment-ender-p. Suggested by Perry Smith . --- etc/NEWS | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.5