diff options
-rw-r--r-- | lisp/dabbrev.el | 2 |
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 |