diff options
Diffstat (limited to 'lisp/sort.el')
-rw-r--r-- | lisp/sort.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/sort.el b/lisp/sort.el index 0f3272cbe5f..7e200b4dadb 100644 --- a/lisp/sort.el +++ b/lisp/sort.el @@ -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 |