comparison lisp/hm--html-menus/internal-drag-and-drop.el @ 42:8b8b7f3559a2 r19-15b104

Import from CVS: tag r19-15b104
author cvs
date Mon, 13 Aug 2007 08:54:51 +0200
parents 8fc7fe29b841
children 6a22abad6937
comparison
equal deleted inserted replaced
41:5d6df4963a99 42:8b8b7f3559a2
1 ;;; $Id: internal-drag-and-drop.el,v 1.2 1997/02/16 01:29:11 steve Exp $ 1 ;;; $Id: internal-drag-and-drop.el,v 1.3 1997/03/24 01:26:53 steve Exp $
2 ;;; 2 ;;;
3 ;;; Copyright (C) 1996, 1997 Heiko Muenkel 3 ;;; Copyright (C) 1996, 1997 Heiko Muenkel
4 ;;; email: muenkel@tnt.uni-hannover.de 4 ;;; email: muenkel@tnt.uni-hannover.de
5 ;;; 5 ;;;
6 ;;; This program is free software; you can redistribute it and/or modify 6 ;;; This program is free software; you can redistribute it and/or modify
90 90
91 (defvar idd-global-help-mouse-keys (if (adapt-emacs19p) 91 (defvar idd-global-help-mouse-keys (if (adapt-emacs19p)
92 [(meta control mouse-3)] 92 [(meta control mouse-3)]
93 [(meta control button3)]) 93 [(meta control button3)])
94 "The mouse keys for the command `idd-help-mouse-drag-and-drop'. 94 "The mouse keys for the command `idd-help-mouse-drag-and-drop'.
95 The command `idd-mouse-drag-and-drop' is bound during the loading 95 The command `idd-help-mouse-drag-and-drop' is bound during the loading
96 of the package internal-drag-and-drop to this keys in the global 96 of the package internal-drag-and-drop to this keys in the global
97 key map. 97 key map.
98 98
99 Set it to nil, if you don't want to bind this function during loading. 99 Set it to nil, if you don't want to bind this function during loading.
100 100