diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/dnd.el | 7 | ||||
-rw-r--r-- | lisp/font-setting.el | 4 | ||||
-rw-r--r-- | lisp/x-dnd.el | 4 |
3 files changed, 8 insertions, 7 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 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 <jan.h.d@swipnet.se> +;; Author: Jan Djärv <jan.h.d@swipnet.se> ;; 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 <jan.h.d@swipnet.se> +;; Author: Jan Djärv <jan.h.d@swipnet.se> ;; Maintainer: FSF ;; Keywords: window, drag, drop |