summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2020-10-11 12:43:43 -0300
committerDavid Bremner <bremner@debian.org>2020-10-11 12:43:43 -0300
commitda50967621075a33e58ad91e7f82d481bc3c0cd9 (patch)
tree36e44049bca17543d07ca71c04b7fad360f1ced7
parent627534f9115f72a07d1249e87e2a0832d1b3417d (diff)
re-encode apt-sources.el in utf8
-rw-r--r--apt-sources.el18
1 files changed, 9 insertions, 9 deletions
diff --git a/apt-sources.el b/apt-sources.el
index bb36e40..667ccc3 100644
--- a/apt-sources.el
+++ b/apt-sources.el
@@ -5,11 +5,11 @@
;; $Id:
;; $Source:
-;; Author: Dr. Rafael Sepúlveda. <drs@gnulinux.org.mx>
+;; Author: Dr. Rafael Sepúlveda. <drs@gnulinux.org.mx>
;; Maintainer: Peter S. Galbraith <psg@debian.org>
-;; (I can't find Dr. Rafael Sepúlveda)
+;; (I can't find Dr. Rafael Sepúlveda)
-;; Copyright (C) 2001-2003, Dr. Rafael Sepúlveda <drs@gnulinux.org.mx>
+;; Copyright (C) 2001-2003, Dr. Rafael Sepúlveda <drs@gnulinux.org.mx>
;; Copyright (C) 2009 Peter S. Galbraith <psg@debian.org>
;; This program is free software; you can redistribute it and/or modify
@@ -91,9 +91,9 @@
;; `apt-sources-insert-local-vars'. (suggested by Peter S. Galbraith
;; <psg@debian.org>)
;; -- Change `apt-sources-change-components' to handle absence of
-;; components. (Dr. Rafael Sepúlveda <drs@gnulinux.org.mx>)
+;; components. (Dr. Rafael Sepúlveda <drs@gnulinux.org.mx>)
;; -- Change the web page address form where you can find the latest version.
-;; (Dr. Rafael Sepúlveda <drs@gnulinux.org.mx>)
+;; (Dr. Rafael Sepúlveda <drs@gnulinux.org.mx>)
;; 0.9.6 -- Added a better description to what is APT and file 'sources.list'.
;; (Ole Laursen <olau@hardworking.dk>)
;; 0.9.5 -- Fixed typo in docstring of function `apt-sources-around-lines'.
@@ -102,12 +102,12 @@
;; -- Added a description to apt and sources.list
;; (David Combs <dkcombs@panix.com>)
;; -- Added name and email from contributors. :)
-;; (Dr. Rafael Sepúlveda <drs@gnulinux.org.mx>)
+;; (Dr. Rafael Sepúlveda <drs@gnulinux.org.mx>)
;; 0.9.4 -- Added a missing option in function `apt-sources-insert-source' to
;; select 'ftp' type.
;; -- Added URI-type 'https'.
;; -- Fix some function's documentation mistakes.
-;; (Dr. Rafael Sepúlveda <drs@gnulinux.org.mx>)
+;; (Dr. Rafael Sepúlveda <drs@gnulinux.org.mx>)
;; 0.9.3 -- Fix a recently introduced bug that prevents keybindings work under
;; Xemacs.
;; (John Paul Wallington <jpw@shootybangbang.com>)
@@ -116,14 +116,14 @@
;; -- Change the keybinding zone to be more compact and portable.
;; (John Paul Wallington <jpw@shootybangbang.com>)
;; -- Change some keybindings.
-;; (Dr. Rafael Sepúlveda <drs@gnulinux.org.mx>)
+;; (Dr. Rafael Sepúlveda <drs@gnulinux.org.mx>)
;;
;; 0.9.1 -- Corrected a bug in the 'cond' clauses that prevented to byte-compile.
;; (Perkens-Golomb, Burkhard <burkhard.perkens-golomb@sdm.de>)'
;; -- Make variable `comment-start-skip' buffer-local.
;; (Stefan Monnier <monnier+gnu.emacs.sources/news/@flint.cs.yale.edu>)
;; 0.9 -- first release.
-;; (Dr. Rafael Sepúlveda <drs@gnulinux.org.mx>)
+;; (Dr. Rafael Sepúlveda <drs@gnulinux.org.mx>)
;;; Code: