comparison lisp/textmodes/flyspell.el @ 88123:375f2633d815

New directory
author Kenichi Handa <handa@m17n.org>
date Mon, 08 Sep 2003 11:56:09 +0000
parents 695cf19ef79e
children 68c22ea6027c
comparison
equal deleted inserted replaced
52428:27bc8b966642 88123:375f2633d815
2121 (defun flyspell-change-abbrev (table old new) 2121 (defun flyspell-change-abbrev (table old new)
2122 (set (abbrev-symbol old table) new)) 2122 (set (abbrev-symbol old table) new))
2123 2123
2124 (provide 'flyspell) 2124 (provide 'flyspell)
2125 2125
2126 ;;; arch-tag: 05d915b9-e9cf-44fb-9137-fc28f5eaab2a
2127 ;;; flyspell.el ends here 2126 ;;; flyspell.el ends here