branch: elpa/rpm-spec-mode commit afe4307679850bec0c131e913c419b3ce74ee0a4 Author: Mattias Ellert <mattias.ell...@physics.uu.se> Commit: Mattias Ellert <mattias.ell...@physics.uu.se>
Convert to UTF-8 --- rpm-spec-mode.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rpm-spec-mode.el b/rpm-spec-mode.el index be5bccec72..f67c13f932 100644 --- a/rpm-spec-mode.el +++ b/rpm-spec-mode.el @@ -1,8 +1,8 @@ ;;; rpm-spec-mode.el --- RPM spec file editing commands for Emacs/XEmacs -;; Copyright (C) 1997-2015 Stig Bj�rlykke, <s...@bjorlykke.org> +;; Copyright (C) 1997-2015 Stig Bjørlykke, <s...@bjorlykke.org> -;; Author: Stig Bj�rlykke, <s...@bjorlykke.org> +;; Author: Stig Bjørlykke, <s...@bjorlykke.org> ;; Keywords: unix, languages ;; Version: 0.16 @@ -30,10 +30,10 @@ ;; Tore Olsen <to...@tihlde.org> for some general fixes. ;; Steve Sanbeg <san...@dset.com> for navigation functions and ;; some Emacs fixes. -;; Tim Powers <t...@redhat.com> and Trond Eivind Glomsr�d +;; Tim Powers <t...@redhat.com> and Trond Eivind Glomsrød ;; <t...@redhat.com> for Red Hat adaptions and some fixes. ;; Chmouel Boudjnah <chmo...@mandrakesoft.com> for Mandrake fixes. -;; Ville Skytt� <ville.sky...@iki.fi> for some fixes. +;; Ville Skyttä <ville.sky...@iki.fi> for some fixes. ;; Adam Spiers <el...@adamspiers.org> for GNU emacs compilation ;; and other misc fixes. @@ -1460,7 +1460,7 @@ if one is present in the file." (message (concat "rpm-spec-mode version " rpm-spec-mode-version - " by Stig Bj�rlykke, <s...@bjorlykke.org>"))) + " by Stig Bjørlykke, <s...@bjorlykke.org>"))) ;;;###autoload(add-to-list 'auto-mode-alist '("\\.spec\\(\\.in\\)?$" . rpm-spec-mode))