Mercurial > emacs
changeset 109259:e76d2bc9dbbe
* dnd.el, font-setting.el, x-dnd.el: Use utf-8 coding (for author name).
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 22 Jun 2010 00:10:16 -0700 |
parents | 1df511d197fe |
children | 1359517bb5ef |
files | lisp/dnd.el lisp/font-setting.el lisp/x-dnd.el |
diffstat | 3 files changed, 8 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dnd.el Tue Jun 22 00:04:20 2010 -0700 +++ b/lisp/dnd.el Tue Jun 22 00:10:16 2010 -0700 @@ -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 <jan.h.d@swipnet.se> +;; Author: Jan Djärv <jan.h.d@swipnet.se> ;; Maintainer: FSF ;; Keywords: window, drag, drop
--- a/lisp/font-setting.el Tue Jun 22 00:04:20 2010 -0700 +++ b/lisp/font-setting.el Tue Jun 22 00:10:16 2010 -0700 @@ -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 <jan.h.d@swipnet.se> +;; Author: Jan Djärv <jan.h.d@swipnet.se> ;; Maintainer: FSF ;; Keywords: font, system-font
--- a/lisp/x-dnd.el Tue Jun 22 00:04:20 2010 -0700 +++ b/lisp/x-dnd.el Tue Jun 22 00:10:16 2010 -0700 @@ -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 <jan.h.d@swipnet.se> +;; Author: Jan Djärv <jan.h.d@swipnet.se> ;; Maintainer: FSF ;; Keywords: window, drag, drop