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: Sat, 01 Dec 2001 23:19:32 -0500

Index: emacs/lisp/newcomment.el
diff -c emacs/lisp/newcomment.el:1.41 emacs/lisp/newcomment.el:1.42
*** emacs/lisp/newcomment.el:1.41       Thu Nov 29 16:29:36 2001
--- emacs/lisp/newcomment.el    Sat Dec  1 23:19:32 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.41 2001/11/29 21:29:36 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.42 2001/12/02 04:19:32 monnier Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 30,35 ****
--- 30,36 ----
  
  ;;; 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.



reply via email to

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