summaryrefslogtreecommitdiff
path: root/lisp/unused.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-07-14 19:42:01 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-07-14 19:42:01 +0000
commitd46bac56adeb127a91b7fef565ac978590a46922 (patch)
tree14cf4bcde16be2d35d03ee38750bb1ee741b32fe /lisp/unused.el
parent6cf0d154a1e22e6c8da5aa55245ba1fde2859d7b (diff)
downloademacs-d46bac56adeb127a91b7fef565ac978590a46922.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/unused.el')
-rw-r--r--lisp/unused.el7
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)