comparison lisp/dnd.el @ 109431:799b50142743

Merge from mainline.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sun, 11 Jul 2010 22:57:47 +0000
parents e76d2bc9dbbe
children 280c8ae2476d 018f0b2e8f23
comparison
equal deleted inserted replaced
109430:0b8608a36b55 109431:799b50142743
1 ;;; dnd.el --- drag and drop support. 1 ;;; dnd.el --- drag and drop support. -*- coding: utf-8 -*-
2 2
3 ;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 3 ;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010
4 4 ;; Free Software Foundation, Inc.
5 ;; Author: Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 5
6 ;; Author: Jan Djärv <jan.h.d@swipnet.se>
6 ;; Maintainer: FSF 7 ;; Maintainer: FSF
7 ;; Keywords: window, drag, drop 8 ;; Keywords: window, drag, drop
8 9
9 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
10 11