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 | ce7ffc2482cc485f68193dc8e5bff00cad09c7ad (patch) | |
tree | d3d20b4e8fab590e942249de202d9eb68d59c043 /lisp/sort.el | |
parent | a831e46dfc73ea16aefd2e12b99c1f4ca3713e17 (diff) | |
download | emacs-ce7ffc2482cc485f68193dc8e5bff00cad09c7ad.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 |