diff options
author | Glenn Morris <rgm@gnu.org> | 2010-06-22 00:10:16 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-06-22 00:10:16 -0700 |
commit | e9dc55ba85225ba0e5f783e59f7cd223a546a427 (patch) | |
tree | 553db7bc2378d77e3a42e2ad4f77baa1cfea4690 /lisp/dnd.el | |
parent | 943375a63691afac939449ad4fc3beb9e6ace923 (diff) | |
download | emacs-e9dc55ba85225ba0e5f783e59f7cd223a546a427.tar.gz emacs-e9dc55ba85225ba0e5f783e59f7cd223a546a427.tar.bz2 emacs-e9dc55ba85225ba0e5f783e59f7cd223a546a427.zip |
* dnd.el, font-setting.el, x-dnd.el: Use utf-8 coding (for author name).
Diffstat (limited to 'lisp/dnd.el')
-rw-r--r-- | lisp/dnd.el | 7 |
1 files changed, 4 insertions, 3 deletions
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 <jan.h.d@swipnet.se> +;; Author: Jan Djärv <jan.h.d@swipnet.se> ;; Maintainer: FSF ;; Keywords: window, drag, drop |