# HG changeset patch # User Richard M. Stallman # Date 1173477761 0 # Node ID 1a0fcbc9da8c14c326e13e602634691d44460cf3 # Parent 9a2ac1ce9fae457644eb1bf7f277de42fb3beb33 (abbrev): Add `provide'. diff -r 9a2ac1ce9fae -r 1a0fcbc9da8c lisp/abbrev.el --- a/lisp/abbrev.el Fri Mar 09 18:12:34 2007 +0000 +++ b/lisp/abbrev.el Fri Mar 09 22:02:41 2007 +0000 @@ -363,5 +363,7 @@ (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