diff options
Diffstat (limited to 'lisp/unused.el')
-rw-r--r-- | lisp/unused.el | 7 |
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 |