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
commit7e0292963ad151170d3005790c05885999d67ab2 (patch)
tree599e3e3a983b473932bca448863916cde839801b /lisp/unused.el
parenteef370e50237ccf8b6a3f2053f76874f4bc24bbf (diff)
downloademacs-7e0292963ad151170d3005790c05885999d67ab2.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)