diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-14 19:42:01 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-14 19:42:01 +0000 |
commit | d46bac56adeb127a91b7fef565ac978590a46922 (patch) | |
tree | 14cf4bcde16be2d35d03ee38750bb1ee741b32fe /lisp/unused.el | |
parent | 6cf0d154a1e22e6c8da5aa55245ba1fde2859d7b (diff) | |
download | emacs-d46bac56adeb127a91b7fef565ac978590a46922.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/unused.el')
-rw-r--r-- | lisp/unused.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/unused.el b/lisp/unused.el index 9b7eea4304e..88b7acf7131 100644 --- a/lisp/unused.el +++ b/lisp/unused.el @@ -1,8 +1,15 @@ ;;; unused.el --- editing commands in GNU Emacs that turned out not to be used. +;; Maintainer: FSF +;; Last-Modified: 14 Dec 1985 + +;;; Commentary: + ;; These were added with an eye to making possible a more CCA-compatible ;; command set; but that turned out not to be interesting. +;;; Code: + (defun mark-beginning-of-buffer () "Set mark at the beginning of the buffer." (interactive) |