help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: My uncomment-region broke


From: Ken Goldman
Subject: Re: My uncomment-region broke
Date: Tue, 2 Nov 2021 12:10:13 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.2.1

On 11/2/2021 11:14 AM, Stefan Monnier via Users list for the GNU Emacs text 
editor wrote:
Ken Goldman [2021-11-02 10:18:08] wrote:
(defun uncomment-region (b e)
   "Remove one level of comment around region."
   (interactive "r")
   (comment-region b e -1))

This redefines Emacs's built-in `uncomment-region`, and does it in an
incompatible way.


Thanks.  I think my function predates the built-in one.  I see
now that I no longer need it.





reply via email to

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