[AC] Misuse of the list widget type

Didier Verna didier at xemacs.org
Tue Sep 4 05:03:01 EDT 2007


NOTE: This patch has been committed. The version below is
informational only (whitespace differences have been removed).

		Dear reviewers,

	the following patch fixes some misuses of the list widget type.


xemacs-packages/hm--html-menus/ChangeLog addition:

2007-09-04  Didier Verna  <didier at xemacs.org>

	* internal-drag-and-drop.el (idd-actions): Fix misuse of the list
	widget type.
	* hm--html-configuration.el (hm--html-idd-actions): Ditto.


XEmacs Packages source patch:
Diff command:   cvs -q diff -u -t -b -B -w
Files affected: xemacs-packages/hm--html-menus/hm--html-configuration.el xemacs-packages/hm--html-menus/internal-drag-and-drop.el

Index: xemacs-packages/hm--html-menus/internal-drag-and-drop.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/hm--html-menus/internal-drag-and-drop.el,v
retrieving revision 6.22
diff -u -u -t -b -B -w -r6.22 internal-drag-and-drop.el
--- xemacs-packages/hm--html-menus/internal-drag-and-drop.el	6 Oct 2000 08:46:00 -0000	6.22
+++ xemacs-packages/hm--html-menus/internal-drag-and-drop.el	4 Sep 2007 09:01:50 -0000
@@ -243,7 +243,7 @@
 of `idd-action-copy-region' and `idd-action-copy-replace-region'. They are 
 examples for such actions."
   :group 'idd-drag-and-drop
-:type 'list)
+:type 'sexp)
 
 (make-variable-buffer-local 'idd-actions)
 
Index: xemacs-packages/hm--html-menus/hm--html-configuration.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/hm--html-menus/hm--html-configuration.el,v
retrieving revision 6.23
diff -u -u -t -b -B -w -r6.23 hm--html-configuration.el
--- xemacs-packages/hm--html-menus/hm--html-configuration.el	27 Jun 2003 18:50:36 -0000	6.23
+++ xemacs-packages/hm--html-menus/hm--html-configuration.el	4 Sep 2007 09:01:50 -0000
@@ -879,7 +879,7 @@
   "The action list for the destination mode `hm--html-mode'.
 Look at the description of the variable idd-actions."
   :group 'hm--html-keys
-:type 'list)
+:type 'sexp)
 
 
 ;;; The font lock keywords

-- 
MySpace: http://www.myspace.com/didierverna

Didier Verna, didier at lrde.epita.fr, http://www.lrde.epita.fr/~didier

EPITA / LRDE, 14-16 rue Voltaire   Tel.+33 (1) 44 08 01 85
94276 Le Kremlin-Bicêtre, France   Fax.+33 (1) 53 14 59 22   didier at xemacs.org



More information about the XEmacs-Patches mailing list