]> git.eshelyaron.com Git - emacs.git/commitdiff
* cus-edit.el (dnd): New group.
authorJan Djärv <jan.h.d@swipnet.se>
Mon, 11 Apr 2005 19:24:59 +0000 (19:24 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Mon, 11 Apr 2005 19:24:59 +0000 (19:24 +0000)
lisp/cus-edit.el

index 8d440be9b392a375019fc80b43840887becbc5cc..93b310fdb172d6181d2d0d1e94126387936ddb90 100644 (file)
   "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)