diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2002-09-13 13:56:41 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2002-09-13 13:56:41 +0000 |
commit | 00398e3b5c50ad91d1a17a40b6e069da1070f4f8 (patch) | |
tree | 0ca3c16064e5753c8a9dfb26794397962985029f /lisp | |
parent | ba8cb9c56dfe9e87acccf62f4944284f14e6e59b (diff) | |
download | emacs-00398e3b5c50ad91d1a17a40b6e069da1070f4f8.tar.gz emacs-00398e3b5c50ad91d1a17a40b6e069da1070f4f8.tar.bz2 emacs-00398e3b5c50ad91d1a17a40b6e069da1070f4f8.zip |
Provide `simple'.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/simple.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 4f70325f504..fef617a0bbc 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -4324,4 +4324,5 @@ See also `normal-erase-is-backspace'." ; 'insert-in-front-hooks '(minibuffer-prompt-insertion))) ; +(provide 'simple) ;;; simple.el ends here |