aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/newcomment.el
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2001-12-02 04:19:32 +0000
committerStefan Monnier <[email protected]>2001-12-02 04:19:32 +0000
commit81106dbe80dda99e872670388ce3909c1e02cb38 (patch)
treef5ff780985caa8126ce685a6b7c47b49a6bf823f /lisp/newcomment.el
parent6b6692577a2f7dcea4d8a781361e3e92a2e9772d (diff)
New bug.
Diffstat (limited to 'lisp/newcomment.el')
-rw-r--r--lisp/newcomment.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/newcomment.el b/lisp/newcomment.el
index 3142930572..ed67c12f7f 100644
--- a/lisp/newcomment.el
+++ b/lisp/newcomment.el
@@ -5,7 +5,7 @@
;; Author: code extracted from Emacs-20's simple.el
;; Maintainer: Stefan Monnier <[email protected]>
;; Keywords: comment uncomment
-;; Revision: $Id: newcomment.el,v 1.40 2001/11/19 20:55:30 monnier Exp $
+;; Revision: $Id: newcomment.el,v 1.41 2001/11/29 21:29:36 monnier Exp $
;; This file is part of GNU Emacs.
@@ -30,6 +30,7 @@
;;; Bugs:
+;; - comment-indent on /* */ jumps to /* ><*/ instead of /* >< */.
;; - nested comments in sgml-mode are not properly quoted.
;; - single-char nestable comment-start can only do the "\\s<+" stuff
;; if the corresponding closing marker happens to be right.