diff options
Diffstat (limited to 'lisp/term/sun.el')
-rw-r--r-- | lisp/term/sun.el | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lisp/term/sun.el b/lisp/term/sun.el index 4736e57340c..22b29c92790 100644 --- a/lisp/term/sun.el +++ b/lisp/term/sun.el @@ -47,14 +47,6 @@ (setq this-command 'kill-region-and-unmark) (set-mark-command t)) -(defun select-previous-complex-command () - "Select Previous-complex-command" - (interactive) - (if (zerop (minibuffer-depth)) - (repeat-complex-command 1) - ;; FIXME: this function does not seem to exist. -stef'01 - (previous-complex-command 1))) - (defun rerun-prev-command () "Repeat Previous-complex-command." (interactive) |