diff options
Diffstat (limited to 'lisp/misc.el')
| -rw-r--r-- | lisp/misc.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/misc.el b/lisp/misc.el index fa480144074..9590d490ec9 100644 --- a/lisp/misc.el +++ b/lisp/misc.el @@ -1,4 +1,4 @@ -;;; misc.el --- basic editing commands for Emacs +;;; misc.el --- some nonstandard basic editing commands for Emacs ;; Copyright (C) 1989 Free Software Foundation, Inc. @@ -55,4 +55,6 @@ The characters copied are inserted in the buffer before point." (+ n (point))))))) (insert string))) +(provide 'misc) + ;;; misc.el ends here |
