diff options
Diffstat (limited to 'lisp/progmodes/sql.el')
| -rw-r--r-- | lisp/progmodes/sql.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el index e79b13f3fe2..6bd0d45bbd9 100644 --- a/lisp/progmodes/sql.el +++ b/lisp/progmodes/sql.el | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | ;; Maintainer: Michael Mauger <mmaug@yahoo.com> | 7 | ;; Maintainer: Michael Mauger <mmaug@yahoo.com> |
| 8 | ;; Version: 2.0.2 | 8 | ;; Version: 2.0.2 |
| 9 | ;; Keywords: comm languages processes | 9 | ;; Keywords: comm languages processes |
| 10 | ;; URL: http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/progmodes/sql.el | 10 | ;; URL: http://savannah.gnu.org/projects/emacs/ |
| 11 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?SqlMode | 11 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?SqlMode |
| 12 | 12 | ||
| 13 | ;; This file is part of GNU Emacs. | 13 | ;; This file is part of GNU Emacs. |
| @@ -2885,5 +2885,4 @@ parameters and command options." | |||
| 2885 | 2885 | ||
| 2886 | (provide 'sql) | 2886 | (provide 'sql) |
| 2887 | 2887 | ||
| 2888 | ;; arch-tag: 7e1fa1c4-9ca2-402e-87d2-83a5eccb7ac3 | ||
| 2889 | ;;; sql.el ends here | 2888 | ;;; sql.el ends here |