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 wrap: on
line diff
--- a/comment.el	Wed May 22 05:01:18 2002 +0000
+++ b/comment.el	Mon Nov 25 09:33:34 2002 +0000
@@ -1,8 +1,8 @@
 ;;; -*- Emacs-Lisp -*-
 ;;; comment/uncomment region for emacs.
 ;;; comment.el rev.0.1
-;;; (c) 1992 by Hirose Yuuji.(yuuji@ae.keio.ac.jp)
-;;; Last modified Sat Nov 19 23:58:40 1994 on figaro
+;;; (c) 1992, 2002 by HIROSE Yuuji.(yuuji@yatex.org)
+;;; Last modified Mon Nov 25 18:33:23 2002 on firestorm
 
 ;;; Rename `comment-region' to `comment-out-region' for standard
 ;;; Emacs-19 function.
@@ -47,7 +47,7 @@
 )
 
 
-(defun uncomment-region (string &optional beg end once)
+(defun uncomment-out-region (string &optional beg end once)
   "Deletes STRING from the beginning of every line in the region.
 Called interactively, STRING defaults to comment-start (or '> ' if
 none is defined) unless a prefix argument is given, in which case it

yatex.org