emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/term/sun.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/term/sun.el,v
Date: Thu, 01 Nov 2007 03:06:25 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   07/11/01 03:06:24

Index: lisp/term/sun.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/term/sun.el,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- lisp/term/sun.el    22 Oct 2007 15:20:21 -0000      1.25
+++ lisp/term/sun.el    1 Nov 2007 03:06:21 -0000       1.26
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]