]> code.delx.au - gnu-emacs/blobdiff - lisp/term/sun.el
* cmdargs.texi (Misc Variables): Remove Sun windows info.
[gnu-emacs] / lisp / term / sun.el
index 4736e57340cdc8e64a7a4ead1ebd25e74f71132e..22b29c92790da946d58de0293bc990e2ed6a9f0f 100644 (file)
   (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)