Skip to content

Commit

Permalink
Bugfix: the interactive prefix argument should be raw, not numeric. T…
Browse files Browse the repository at this point in the history
…hanks Paul Rodriguez.
  • Loading branch information
Thomas Kappler committed May 17, 2010
1 parent cb86950 commit 1dbe473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delim-kill.el
Expand Up @@ -78,7 +78,7 @@ moves to the next one, in both directions.
If beginning or end of buffer are reached, the function stops and
treats point-min resp. point-max as if the character had been
found there."
(interactive "cFrom: \ncTo: \nd\np")
(interactive "cFrom: \ncTo: \nd\nP")
(let* ((from (delim-find-char-balanced-backward from-char to-char))
(to (delim-find-char-balanced-forward from-char to-char)))
(if (and from to)
Expand Down

0 comments on commit 1dbe473

Please sign in to comment.