diff options
| -rw-r--r-- | leim/quail/arabic.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/leim/quail/arabic.el b/leim/quail/arabic.el index 791ecf7f044..d65c8b3bd86 100644 --- a/leim/quail/arabic.el +++ b/leim/quail/arabic.el | |||
| @@ -1,14 +1,15 @@ | |||
| 1 | ;;; arabic.el --- Quail package for inputting Arabic -*- coding: utf-8;-*- | 1 | ;;; arabic.el --- Quail package for inputting Arabic -*- coding: utf-8;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007, 2008 Free Software Foundation, Inc. |
| 4 | ;; Written by James Cloos <cloos@jhcloos.com> | 4 | |
| 5 | ;; Author: James Cloos <cloos@jhcloos.com> | ||
| 5 | ;; Keywords: mule, input method, Arabic | 6 | ;; Keywords: mule, input method, Arabic |
| 6 | 7 | ||
| 7 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| 8 | 9 | ||
| 9 | ;; 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 |
| 10 | ;; 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 |
| 11 | ;; the Free Software Foundation; either version 2, or (at your option) | 12 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 12 | ;; any later version. | 13 | ;; any later version. |
| 13 | 14 | ||
| 14 | ;; GNU Emacs is distributed in the hope that it will be useful, | 15 | ;; GNU Emacs is distributed in the hope that it will be useful, |