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
commitd501f51645d966e8fe2febba698779996b33eb21 (patch)
tree6f8fb7b58342ab0125aecfd659e90e5b66c0ef28 /lisp/unused.el
parent76d7458ed90577d639dc71a5e100839d9a9ab13c (diff)
downloademacs-d501f51645d966e8fe2febba698779996b33eb21.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