diff options
| author | Roland McGrath | 1992-09-15 02:36:36 +0000 |
|---|---|---|
| committer | Roland McGrath | 1992-09-15 02:36:36 +0000 |
| commit | 01987a6bb7475d985c432550ad911320ed1cbf44 (patch) | |
| tree | 7a8178c96116445d12a8c6622ce3739ee74414ae | |
| parent | fdf5afa45ddd7c07b5948ebc905f16dd92aeb1c1 (diff) | |
| download | emacs-01987a6bb7475d985c432550ad911320ed1cbf44.tar.gz emacs-01987a6bb7475d985c432550ad911320ed1cbf44.zip | |
entered into RCS
| -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." | |||
| 264 | (setq result (downcase result)))))) | 264 | (setq result (downcase result)))))) |
| 265 | result))) | 265 | result))) |
| 266 | 266 | ||
| 267 | (provide 'dabbrevs) | 267 | (provide 'dabbrev) |
| 268 | 268 | ||
| 269 | ;;; dabbrev.el ends here | 269 | ;;; dabbrev.el ends here |