# HG changeset patch # User Jan Dj¸«£rv # Date 1113247499 0 # Node ID 89d32002193d77a9dfe97d7d99bc2d05614bbf72 # Parent 7c7278cbe6e96135997956c56c09f9b6dc9ef07d * cus-edit.el (dnd): New group. diff -r 7c7278cbe6e9 -r 89d32002193d lisp/cus-edit.el --- a/lisp/cus-edit.el Mon Apr 11 19:01:31 2005 +0000 +++ b/lisp/cus-edit.el Mon Apr 11 19:24:59 2005 +0000 @@ -433,6 +433,10 @@ "Input from the menus." :group 'environment) +(defgroup dnd nil + "Handling data from drag and drop." + :group 'environment) + (defgroup auto-save nil "Preventing accidential loss of data." :group 'files)