# HG changeset patch # User yuuji # Date 1038216814 0 # Node ID c16a10460ce5c8c4ea8b331d7dde2debc2e8a887 # Parent 7e361fb5401d0cf1b4f071336d799eb75ee1ec70 Rename uncomment-region to uncomment-out-region to distinguish from newcomment.el's function. diff -r 7e361fb5401d -r c16a10460ce5 comment.el --- 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