summaryrefslogtreecommitdiff
path: root/lisp/term/sun.el
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2007-11-01 03:06:23 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2007-11-01 03:06:23 +0000
commit07e5c0b0b70e308b4dc4ac5b3ee832894f746a81 (patch)
tree4749f6371c093acd662f44d98739eb8bcd10a6bc /lisp/term/sun.el
parent88406d6ee8a9108ae8265aac2f023e61f4bff827 (diff)
downloademacs-07e5c0b0b70e308b4dc4ac5b3ee832894f746a81.tar.gz
* cmdargs.texi (Misc Variables): Remove Sun windows info.
* MACHINES: Remove Sun windows info. * term/sun-mouse.el: * obsolete/sun-fns.el: * obsolete/sun-curs.el: Remove files. * term/sun.el (select-previous-complex-command): * sunfns.c: Remove file * m/sun386.h: * m/sun2.h: * m/sparc.h: Remove Sun windows code.
Diffstat (limited to 'lisp/term/sun.el')
-rw-r--r--lisp/term/sun.el8
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)