aboutsummaryrefslogtreecommitdiff
path: root/src/guile/skribilo/biblio
diff options
context:
space:
mode:
authorLudovic Courtès2009-11-27 23:11:42 +0100
committerLudovic Courtès2009-11-27 23:11:42 +0100
commitcb2c1a2e6bef653cf9b7aa003d8fcfe09fc4eca0 (patch)
tree5585eaa948bf17cfc8669998c6cb7c3bc2917279 /src/guile/skribilo/biblio
parent9b0bac0aec582de9aad4fa7c997f67771dca9836 (diff)
downloadskribilo-cb2c1a2e6bef653cf9b7aa003d8fcfe09fc4eca0.tar.gz
skribilo-cb2c1a2e6bef653cf9b7aa003d8fcfe09fc4eca0.tar.lz
skribilo-cb2c1a2e6bef653cf9b7aa003d8fcfe09fc4eca0.zip
Add `coding:' comments.
Add `coding:' comments for use by both Emacs and Guile 2.x.
Diffstat (limited to 'src/guile/skribilo/biblio')
-rw-r--r--src/guile/skribilo/biblio/author.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/guile/skribilo/biblio/author.scm b/src/guile/skribilo/biblio/author.scm
index df6c9b4..bef8357 100644
--- a/src/guile/skribilo/biblio/author.scm
+++ b/src/guile/skribilo/biblio/author.scm
@@ -1,6 +1,7 @@
;;; author.scm -- Handling author names.
+;;; -*- coding: iso-8859-1 -*-
;;;
-;;; Copyright 2006, 2007, 2008 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright 2006, 2007, 2008, 2009 Ludovic Courtès <ludo@gnu.org>
;;;
;;;
;;; This program is free software; you can redistribute it and/or modify