diff options
Diffstat (limited to 'lisp/progmodes/sql.el')
| -rw-r--r-- | lisp/progmodes/sql.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el index 7148027f487..acb34eacc2b 100644 --- a/lisp/progmodes/sql.el +++ b/lisp/progmodes/sql.el | |||
| @@ -7,7 +7,8 @@ | |||
| 7 | ;; Maintainer: Michael Mauger <mmaug@yahoo.com> | 7 | ;; Maintainer: Michael Mauger <mmaug@yahoo.com> |
| 8 | ;; Version: 2.8 | 8 | ;; Version: 2.8 |
| 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 | 12 | ||
| 12 | ;; This file is part of GNU Emacs. | 13 | ;; This file is part of GNU Emacs. |
| 13 | 14 | ||
| @@ -4270,6 +4271,5 @@ buffer. | |||
| 4270 | 4271 | ||
| 4271 | (provide 'sql) | 4272 | (provide 'sql) |
| 4272 | 4273 | ||
| 4273 | ;; arch-tag: 7e1fa1c4-9ca2-402e-87d2-83a5eccb7ac3 | ||
| 4274 | ;;; sql.el ends here | 4274 | ;;; sql.el ends here |
| 4275 | 4275 | ||