diff options
Diffstat (limited to 'lisp/repeat.el')
-rw-r--r-- | lisp/repeat.el | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lisp/repeat.el b/lisp/repeat.el index db33b083386..1dabd76e071 100644 --- a/lisp/repeat.el +++ b/lisp/repeat.el @@ -4,7 +4,7 @@ ;; Author: Will Mengarini <seldon@eskimo.com> ;; Created: Mo 02 Mar 98 -;; Version: 0.51 +;; Old-Version: 0.51 ;; Keywords: convenience, vi, repeat ;; This file is part of GNU Emacs. @@ -85,10 +85,6 @@ ;; C-x { shrink-window-horizontally ;; C-x } enlarge-window-horizontally -;; This command was first called `vi-dot', because -;; it was inspired by the `.' command in the vi editor, -;; but it was renamed to make its name more meaningful. - ;;; Code: ;;;;; ************************* USER OPTIONS ************************** ;;;;; |