summaryrefslogtreecommitdiff
path: root/lisp/misc.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 22:12:04 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 22:12:04 +0000
commit6594deb0dcec8f1a663fc47b0588a7b4c935a6c5 (patch)
tree29925fd14277477ef3fa88270c19785985926c04 /lisp/misc.el
parentc88ab9ce4a0dbacb1f5bd272c1e7419f1e0f4b9d (diff)
downloademacs-6594deb0dcec8f1a663fc47b0588a7b4c935a6c5.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/misc.el')
-rw-r--r--lisp/misc.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/misc.el b/lisp/misc.el
index db7b3f223b5..3eea6ec22bb 100644
--- a/lisp/misc.el
+++ b/lisp/misc.el
@@ -1,4 +1,5 @@
-;; Basic editing commands for Emacs
+;;; misc.el --- basic editing commands for Emacs
+
;; Copyright (C) 1989 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
@@ -49,3 +50,5 @@ The characters copied are inserted in the buffer before point."
(min (save-excursion (end-of-line) (point))
(+ n (point)))))))
(insert string)))
+
+;;; misc.el ends here