(abbrev): Add `provide'.

This commit is contained in:
Richard M. Stallman 2007-03-09 22:02:50 +00:00
parent 029e460397
commit c06d4c1f64
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2007-03-09 Richard Stallman <rms@gnu.org>
* abbrev.el (abbrev): Add `provide'.
2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
* net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.

View file

@ -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