From: Glenn Morris Date: Tue, 22 Jun 2010 07:10:16 +0000 (-0700) Subject: * dnd.el, font-setting.el, x-dnd.el: Use utf-8 coding (for author name). X-Git-Tag: emacs-pretest-23.2.90~139^2~103 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e9dc55ba85225ba0e5f783e59f7cd223a546a427;p=emacs.git * dnd.el, font-setting.el, x-dnd.el: Use utf-8 coding (for author name). --- diff --git a/lisp/dnd.el b/lisp/dnd.el index c064aa9897a..d7cbb641bab 100644 --- a/lisp/dnd.el +++ b/lisp/dnd.el @@ -1,8 +1,9 @@ -;;; dnd.el --- drag and drop support. +;;; dnd.el --- drag and drop support. -*- coding: utf-8 -*- -;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 +;; Free Software Foundation, Inc. -;; Author: Jan Dj,Ad(Brv +;; Author: Jan Djärv ;; Maintainer: FSF ;; Keywords: window, drag, drop diff --git a/lisp/font-setting.el b/lisp/font-setting.el index 3a6f1dc0e31..79f2f2a278d 100644 --- a/lisp/font-setting.el +++ b/lisp/font-setting.el @@ -1,8 +1,8 @@ -;;; font-setting.el --- Support dynamic font changes +;;; font-setting.el --- Support dynamic font changes -*- coding: utf-8 -*- ;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. -;; Author: Jan Djärv +;; Author: Jan Djärv ;; Maintainer: FSF ;; Keywords: font, system-font diff --git a/lisp/x-dnd.el b/lisp/x-dnd.el index 328eb569c6f..6d38fd043fe 100644 --- a/lisp/x-dnd.el +++ b/lisp/x-dnd.el @@ -1,9 +1,9 @@ -;;; x-dnd.el --- drag and drop support for X. +;;; x-dnd.el --- drag and drop support for X -*- coding: utf-8 -*- ;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. -;; Author: Jan Dj,Ad(Brv +;; Author: Jan Djärv ;; Maintainer: FSF ;; Keywords: window, drag, drop