Richard Stallman <[EMAIL PROTECTED]> 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
_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug