Mercurial > emacs
diff lisp/term/sun.el @ 85846:56cec281e296
* 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.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Thu, 01 Nov 2007 03:06:23 +0000 |
parents | a91afd109e55 |
children | 107ccd98fa12 880960b70474 |
line wrap: on
line diff
--- a/lisp/term/sun.el Thu Nov 01 01:12:59 2007 +0000 +++ b/lisp/term/sun.el Thu Nov 01 03:06:23 2007 +0000 @@ -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)