emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: M-\ does not work with prefix argument as documented


From: Dieter Wilhelm
Subject: Re: M-\ does not work with prefix argument as documented
Date: Wed, 20 Dec 2006 14:19:00 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux)

Richard Stallman <address@hidden> writes:

> Does this fix the bug?   I don't want to add any features now.

Yes it does fix the "bug", thank you.

>
> *** simple.el 04 Dec 2006 09:25:30 -0500      1.837
> --- simple.el 13 Dec 2006 13:56:29 -0500      
> ***************
> *** 707,713 ****
>   (defun delete-horizontal-space (&optional backward-only)
>     "Delete all spaces and tabs around point.
>   If BACKWARD-ONLY is non-nil, only delete spaces before point."
> !   (interactive "*")
>     (let ((orig-pos (point)))
>       (delete-region
>        (if backward-only
> --- 707,713 ----
>   (defun delete-horizontal-space (&optional backward-only)
>     "Delete all spaces and tabs around point.
>   If BACKWARD-ONLY is non-nil, only delete spaces before point."
> !   (interactive "*P")
>     (let ((orig-pos (point)))
>       (delete-region
>        (if backward-only
>

-- 
    Best wishes

    H. Dieter Wilhelm
    Darmstadt, Germany




reply via email to

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