]> code.delx.au - gnu-emacs/blobdiff - lisp/unused.el
(comment-start, comment-start-skip, comment-end): Made `defvar'.
[gnu-emacs] / lisp / unused.el
index 0808593f6e61ca08aa1182dea3cc2d427ac8553b..1cb956b213fae0a78554c2603e636c0df2e89fcc 100644 (file)
@@ -1,7 +1,17 @@
-;; Editing commands in GNU Emacs that turned out not to be used.
-;; They were added with an eye to making possible a more CCA-compatible
+;;; unused.el --- editing commands in GNU Emacs that turned out not to be used.
+;;; This file is in the public domain, as it was distributed in
+;;; 1985 or 1986 without a copyright notice.  Written by RMS.
+
+;; Maintainer: FSF
+;; Keywords: emulations
+
+;;; 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)
@@ -30,3 +40,5 @@ With argument, do this that many times."
 With argument, do this that many times."
   (interactive "p")
   (forward-to-word (- arg)))
+
+;;; unused.el ends here