(delete-horizontal-space): Use prefix arg.
This commit is contained in:
parent
cc86b31bb9
commit
a168699d17
1 changed files with 1 additions and 1 deletions
|
|
@ -707,7 +707,7 @@ Leave one space or none, according to the context."
|
|||
(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 "*")
|
||||
(interactive "*P")
|
||||
(let ((orig-pos (point)))
|
||||
(delete-region
|
||||
(if backward-only
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue