diff options
| author | Richard M. Stallman <rms@gnu.org> | 1997-06-22 18:57:55 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1997-06-22 18:57:55 +0000 |
| commit | 896546cd9ba8e82956662329b77becb0366a1e73 (patch) | |
| tree | fb9f48d5363d164ad5c72a182dbe1e5a78322c6c /lisp/misc.el | |
| parent | 43c89a968ed6f1972a6ff075846622ade5bc7cf9 (diff) | |
| download | emacs-896546cd9ba8e82956662329b77becb0366a1e73.tar.gz | |
Add provide call.
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 |
