Mercurial > emacs
changeset 41689:4e6f73fdeab0
New bug.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 29 Nov 2001 21:29:36 +0000 |
parents | 914f1a2ee482 |
children | c9c839b993b9 |
files | lisp/newcomment.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/newcomment.el Thu Nov 29 20:01:26 2001 +0000 +++ b/lisp/newcomment.el Thu Nov 29 21:29:36 2001 +0000 @@ -5,7 +5,7 @@ ;; Author: code extracted from Emacs-20's simple.el ;; Maintainer: Stefan Monnier <monnier@cs.yale.edu> ;; Keywords: comment uncomment -;; Revision: $Id: newcomment.el,v 1.39 2001/11/19 06:08:38 monnier Exp $ +;; Revision: $Id: newcomment.el,v 1.40 2001/11/19 20:55:30 monnier Exp $ ;; This file is part of GNU Emacs. @@ -30,6 +30,7 @@ ;;; Bugs: +;; - 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. ;; - comment-box in TeXinfo generate bogus comments @ccccc@