diff options
author | Roland McGrath <roland@gnu.org> | 1992-09-15 02:36:36 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1992-09-15 02:36:36 +0000 |
commit | 01987a6bb7475d985c432550ad911320ed1cbf44 (patch) | |
tree | 7a8178c96116445d12a8c6622ce3739ee74414ae /lisp/dabbrev.el | |
parent | fdf5afa45ddd7c07b5948ebc905f16dd92aeb1c1 (diff) | |
download | emacs-01987a6bb7475d985c432550ad911320ed1cbf44.tar.gz |
entered into RCS
Diffstat (limited to 'lisp/dabbrev.el')
-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 |