diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-07-23 17:53:50 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-07-23 17:53:50 +0000 |
commit | 8c3c073af800978a11101a489f5e91bddf1b3b2f (patch) | |
tree | f8f49a27fd49c19ae6cfc39f687cb9911e961a84 /lisp/sort.el | |
parent | 14324c4d46d7519a697e3d63df7d83c48ef90673 (diff) | |
download | emacs-8c3c073af800978a11101a489f5e91bddf1b3b2f.tar.gz |
Minor error in previous change.
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 |