From: Stefan Monnier Date: Sun, 2 Dec 2001 04:19:32 +0000 (+0000) Subject: New bug. X-Git-Tag: ttn-vms-21-2-B4~17956 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=81106dbe80dda99e872670388ce3909c1e02cb38;p=emacs.git New bug. --- diff --git a/lisp/newcomment.el b/lisp/newcomment.el index 31429305722..ed67c12f7f0 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 ;; 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.