diff options
author | Glenn Morris <rgm@gnu.org> | 2010-10-30 19:16:20 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-10-30 19:16:20 -0700 |
commit | e084bc3d4106d616722c18a54df23382b1599dee (patch) | |
tree | febad53a6be7ad49a14353cc95fca8f34eacdee0 /lisp | |
parent | bbe1ba5eec81f56b9a2155a0abdabe6c7c81e3be (diff) | |
download | emacs-e084bc3d4106d616722c18a54df23382b1599dee.tar.gz emacs-e084bc3d4106d616722c18a54df23382b1599dee.tar.bz2 emacs-e084bc3d4106d616722c18a54df23382b1599dee.zip |
* lisp/progmodes/sql.el: Remove comment link to defunct viewcvs url.
Diffstat (limited to 'lisp')
-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 @@ ;; Maintainer: Michael Mauger <mmaug@yahoo.com> ;; Version: 2.0.2 ;; Keywords: comm languages processes -;; URL: http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/progmodes/sql.el +;; URL: http://savannah.gnu.org/projects/emacs/ ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?SqlMode ;; This file is part of GNU Emacs. @@ -2885,5 +2885,4 @@ parameters and command options." (provide 'sql) -;; arch-tag: 7e1fa1c4-9ca2-402e-87d2-83a5eccb7ac3 ;;; sql.el ends here |