diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-03-09 22:02:50 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-03-09 22:02:50 +0000 |
commit | c06d4c1f64e770947dcf03b47a46dfcf262b65c0 (patch) | |
tree | 9dc0f1003e6c08750550963d4aede37b2f8b52be /lisp/abbrev.el | |
parent | 029e4603973a95a3e9c82de300598e14ccca6639 (diff) | |
download | emacs-c06d4c1f64e770947dcf03b47a46dfcf262b65c0.tar.gz |
(abbrev): Add `provide'.
Diffstat (limited to 'lisp/abbrev.el')
-rw-r--r-- | lisp/abbrev.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/abbrev.el b/lisp/abbrev.el index 1363ccee561..83a3fbbe49d 100644 --- a/lisp/abbrev.el +++ b/lisp/abbrev.el @@ -363,5 +363,7 @@ A prefix argument means don't query; expand all abbrevs." (if (or noquery (y-or-n-p (format "Expand `%s'? " string))) (expand-abbrev))))))) +(provide 'abbrev) + ;; arch-tag: dbd6f3ae-dfe3-40ba-b00f-f9e3ff960df5 ;;; abbrev.el ends here |