]> git.eshelyaron.com Git - emacs.git/commitdiff
Document the removal of c-hanging-comment-starter-p and
authorEli Zaretskii <eliz@gnu.org>
Tue, 21 Aug 2001 16:37:17 +0000 (16:37 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 21 Aug 2001 16:37:17 +0000 (16:37 +0000)
c-hanging-comment-ender-p.  Suggested by Perry Smith <pedz@austin.ibm.com>.

etc/NEWS

index c6cc99990694ca32c9933e9c41b4d84ebacec0ca..3f42442c76a29542d7799fd4aa0209d4ff1bcafa 100644 (file)
--- 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