comparison lisp/textmodes/flyspell.el @ 38436:b174db545cfd

Some fixes to follow coding conventions.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 16 Jul 2001 12:23:00 +0000
parents f4b355161455
children 0517a2e0f908
comparison
equal deleted inserted replaced
38435:a9102b5472f0 38436:b174db545cfd
1 ;;; flyspell.el --- On-the-fly spell checker 1 ;;; flyspell.el --- on-the-fly spell checker
2 2
3 ;; Copyright (C) 1998, 2000, 2001 Free Software Foundation, Inc. 3 ;; Copyright (C) 1998, 2000, 2001 Free Software Foundation, Inc.
4 4
5 ;; Author: Manuel Serrano <Manuel.Serrano@unice.fr> 5 ;; Author: Manuel Serrano <Manuel.Serrano@unice.fr>
6 ;; Keywords: convenience 6 ;; Keywords: convenience
7 7
8 ;;; This file is part of GNU Emacs. 8 ;; This file is part of GNU Emacs.
9 9
10 ;; GNU Emacs is free software; you can redistribute it and/or modify 10 ;; GNU Emacs is free software; you can redistribute it and/or modify
11 ;; it under the terms of the GNU General Public License as published by 11 ;; it under the terms of the GNU General Public License as published by
12 ;; the Free Software Foundation; either version 2, or (at your option) 12 ;; the Free Software Foundation; either version 2, or (at your option)
13 ;; any later version. 13 ;; any later version.
2094 ;*---------------------------------------------------------------------*/ 2094 ;*---------------------------------------------------------------------*/
2095 (defun flyspell-change-abbrev (table old new) 2095 (defun flyspell-change-abbrev (table old new)
2096 (set (abbrev-symbol old table) new)) 2096 (set (abbrev-symbol old table) new))
2097 2097
2098 (provide 'flyspell) 2098 (provide 'flyspell)
2099
2099 ;;; flyspell.el ends here 2100 ;;; flyspell.el ends here