yatex

diff comment.el @ 270:1b4e0acd0106

Include newpage.rb.
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 10 May 2012 11:10:13 +0900
parents b1e036697b20
children
line diff
     1.1 --- a/comment.el	Fri Nov 25 08:26:13 1994 +0000
     1.2 +++ b/comment.el	Thu May 10 11:10:13 2012 +0900
     1.3 @@ -1,8 +1,8 @@
     1.4  ;;; -*- Emacs-Lisp -*-
     1.5  ;;; comment/uncomment region for emacs.
     1.6  ;;; comment.el rev.0.1
     1.7 -;;; (c) 1992 by Hirose Yuuji.(yuuji@ae.keio.ac.jp)
     1.8 -;;; Last modified Sat Nov 19 23:58:40 1994 on figaro
     1.9 +;;; (c) 1992, 2002 by HIROSE Yuuji.(yuuji@yatex.org)
    1.10 +;;; Last modified Mon Nov 25 18:33:23 2002 on firestorm
    1.11  
    1.12  ;;; Rename `comment-region' to `comment-out-region' for standard
    1.13  ;;; Emacs-19 function.
    1.14 @@ -47,7 +47,7 @@
    1.15  )
    1.16  
    1.17  
    1.18 -(defun uncomment-region (string &optional beg end once)
    1.19 +(defun uncomment-out-region (string &optional beg end once)
    1.20    "Deletes STRING from the beginning of every line in the region.
    1.21  Called interactively, STRING defaults to comment-start (or '> ' if
    1.22  none is defined) unless a prefix argument is given, in which case it