mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
New bug.
This commit is contained in:
parent
de371c8c48
commit
75e95a9780
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user