diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-03-04 23:10:55 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-03-04 23:10:55 -0800 |
commit | a2332e8da9cc241d84cc3e217a6b5fa3c5221f3a (patch) | |
tree | 64b8c6322fddde428473cdb125cf96f1ab1a1902 | |
parent | 28b6b84d4e91cf39c85f194c29b8e044ae6bac87 (diff) | |
download | emacs-a2332e8da9cc241d84cc3e217a6b5fa3c5221f3a.tar.gz |
Remove stray character from license URL.
-rw-r--r-- | src/xgselect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xgselect.c b/src/xgselect.c index db7dce10ad0..2c8e9671abb 100644 --- a/src/xgselect.c +++ b/src/xgselect.c @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU Emacs. If not, see <http§://www.gnu.org/licenses/>. */ +along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> |