yatex

changeset 76:c16a10460ce5

Rename uncomment-region to uncomment-out-region to distinguish from newcomment.el's function.
author yuuji
date Mon, 25 Nov 2002 09:33:34 +0000
parents 7e361fb5401d
children 1b172d26b55e
files comment.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line diff
     1.1 --- a/comment.el	Wed May 22 05:01:18 2002 +0000
     1.2 +++ b/comment.el	Mon Nov 25 09:33:34 2002 +0000
     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