# HG changeset patch # User Stefan Monnier # Date 1007266772 0 # Node ID c6cef79258415bb965414ddb0f86c00865940da3 # Parent 0614ac8ebec4d228c68ca148fae2eebcf06c36fa New bug. diff -r 0614ac8ebec4 -r c6cef7925841 lisp/newcomment.el --- a/lisp/newcomment.el Sun Dec 02 04:08:55 2001 +0000 +++ b/lisp/newcomment.el Sun Dec 02 04:19:32 2001 +0000 @@ -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.