diff options
| author | Stefan Monnier | 2001-11-29 21:29:36 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-11-29 21:29:36 +0000 |
| commit | 75e95a9780cde9a02a20b4e42b7328ddc13e6a89 (patch) | |
| tree | 338dccd16d46dec7c9939b9d60097fd51d121d0c | |
| parent | de371c8c48222fa8dde4a1eb8094511bb83a2c46 (diff) | |
| download | emacs-75e95a9780cde9a02a20b4e42b7328ddc13e6a89.tar.gz emacs-75e95a9780cde9a02a20b4e42b7328ddc13e6a89.zip | |
New bug.
| -rw-r--r-- | lisp/newcomment.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/newcomment.el b/lisp/newcomment.el index d6f655e5279..31429305722 100644 --- a/lisp/newcomment.el +++ b/lisp/newcomment.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; Author: code extracted from Emacs-20's simple.el | 5 | ;; Author: code extracted from Emacs-20's simple.el |
| 6 | ;; Maintainer: Stefan Monnier <monnier@cs.yale.edu> | 6 | ;; Maintainer: Stefan Monnier <monnier@cs.yale.edu> |
| 7 | ;; Keywords: comment uncomment | 7 | ;; Keywords: comment uncomment |
| 8 | ;; Revision: $Id: newcomment.el,v 1.39 2001/11/19 06:08:38 monnier Exp $ | 8 | ;; Revision: $Id: newcomment.el,v 1.40 2001/11/19 20:55:30 monnier Exp $ |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||
| @@ -30,6 +30,7 @@ | |||
| 30 | 30 | ||
| 31 | ;;; Bugs: | 31 | ;;; Bugs: |
| 32 | 32 | ||
| 33 | ;; - nested comments in sgml-mode are not properly quoted. | ||
| 33 | ;; - single-char nestable comment-start can only do the "\\s<+" stuff | 34 | ;; - single-char nestable comment-start can only do the "\\s<+" stuff |
| 34 | ;; if the corresponding closing marker happens to be right. | 35 | ;; if the corresponding closing marker happens to be right. |
| 35 | ;; - comment-box in TeXinfo generate bogus comments @ccccc@ | 36 | ;; - comment-box in TeXinfo generate bogus comments @ccccc@ |