summaryrefslogtreecommitdiff
path: root/lisp/unused.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 20:24:49 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 20:24:49 +0000
commit4bd4e566ab12d9e731b0eef172f882c81b59a537 (patch)
treecd801a89b36ea84036e3e5bab920436f3a2f41e7 /lisp/unused.el
parentfc0a18c1c07916a6d166a21a217ce46477c1101c (diff)
downloademacs-4bd4e566ab12d9e731b0eef172f882c81b59a537.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/unused.el')
-rw-r--r--lisp/unused.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/lisp/unused.el b/lisp/unused.el
index 0808593f6e6..9b7eea4304e 100644
--- a/lisp/unused.el
+++ b/lisp/unused.el
@@ -1,5 +1,6 @@
-;; 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.
+
+;; These were added with an eye to making possible a more CCA-compatible
;; command set; but that turned out not to be interesting.
(defun mark-beginning-of-buffer ()
@@ -30,3 +31,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