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: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/newcomment.el
Date: Sun, 13 Jan 2002 04:59:39 -0500

Index: emacs/lisp/newcomment.el
diff -c emacs/lisp/newcomment.el:1.43 emacs/lisp/newcomment.el:1.44
*** emacs/lisp/newcomment.el:1.43       Fri Dec 14 16:53:29 2001
--- emacs/lisp/newcomment.el    Sun Jan 13 04:59:39 2002
***************
*** 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.43 2001/12/14 21:53:29 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.44 2002/01/13 09:59:39 pj Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 677,683 ****
                         (forward-line 1)
                         (re-search-forward sre (line-end-position) t))
                  (replace-match "" t t nil (if (match-end 2) 2 1)))))
!           ;; Go the the end for the next comment.
            (goto-char (point-max)))))
        (set-marker end nil))))
  
--- 677,683 ----
                         (forward-line 1)
                         (re-search-forward sre (line-end-position) t))
                  (replace-match "" t t nil (if (match-end 2) 2 1)))))
!           ;; Go to the end for the next comment.
            (goto-char (point-max)))))
        (set-marker end nil))))
  



reply via email to

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