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
commit38c2946d389489e5f0ef08ed627b3d8e06a2c6e3 (patch)
tree0c0406abca9819a8eea37b7a683f85d9ca86634b /lisp/dabbrev.el
parentc67650c4ea45e1650eda6440a8c74af403ba8a26 (diff)
downloademacs-38c2946d389489e5f0ef08ed627b3d8e06a2c6e3.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