emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/newcomment.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/newcomment.el
Date: Thu, 29 Nov 2001 16:29:36 -0500

Index: emacs/lisp/newcomment.el
diff -c emacs/lisp/newcomment.el:1.40 emacs/lisp/newcomment.el:1.41
*** emacs/lisp/newcomment.el:1.40       Mon Nov 19 15:55:30 2001
--- emacs/lisp/newcomment.el    Thu Nov 29 16:29:36 2001
***************
*** 5,11 ****
  ;; Author: code extracted from Emacs-20's simple.el
  ;; Maintainer: Stefan Monnier <address@hidden>
  ;; Keywords: comment uncomment
! ;; Revision: $Id: newcomment.el,v 1.40 2001/11/19 20:55:30 monnier Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 5,11 ----
  ;; Author: code extracted from Emacs-20's simple.el
  ;; Maintainer: Stefan Monnier <address@hidden>
  ;; Keywords: comment uncomment
! ;; Revision: $Id: newcomment.el,v 1.41 2001/11/29 21:29:36 monnier Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 30,35 ****
--- 30,36 ----
  
  ;;; 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@



reply via email to

[Prev in Thread] Current Thread [Next in Thread]