mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-22 10:26:20 +00:00
Minor error in previous change.
This commit is contained in:
parent
14324c4d46
commit
8c3c073af8
@ -324,7 +324,6 @@ FIELD, BEG and END. BEG and END specify region to sort."
|
||||
(skip-chars-forward "^ \t\n")
|
||||
(setq i (1- i)))
|
||||
(skip-chars-forward " \t")
|
||||
(recursive-edit)
|
||||
(if (eolp)
|
||||
(error "Line has too few fields: %s"
|
||||
(buffer-substring
|
||||
|
Loading…
Reference in New Issue
Block a user