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: Richard Stallman
Subject: Re: M-\ does not work with prefix argument as documented
Date: Wed, 13 Dec 2006 17:02:38 -0500

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

*** 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




reply via email to

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