summaryrefslogtreecommitdiff
path: root/lisp/dabbrev.el
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1992-09-15 02:36:36 +0000
committerRoland McGrath <roland@gnu.org>1992-09-15 02:36:36 +0000
commit01987a6bb7475d985c432550ad911320ed1cbf44 (patch)
tree7a8178c96116445d12a8c6622ce3739ee74414ae /lisp/dabbrev.el
parentfdf5afa45ddd7c07b5948ebc905f16dd92aeb1c1 (diff)
downloademacs-01987a6bb7475d985c432550ad911320ed1cbf44.tar.gz
entered into RCS
Diffstat (limited to 'lisp/dabbrev.el')
-rw-r--r--lisp/dabbrev.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dabbrev.el b/lisp/dabbrev.el
index ed6b0b367f0..3c1d967629a 100644
--- a/lisp/dabbrev.el
+++ b/lisp/dabbrev.el
@@ -264,6 +264,6 @@ with the next possible expansion not yet tried."
(setq result (downcase result))))))
result)))
-(provide 'dabbrevs)
+(provide 'dabbrev)
;;; dabbrev.el ends here