[COMMIT GTK2] Remove a call to purecopy that a previous merge should have done.

Aidan Kehoe kehoea at parhasard.net
Wed Jun 29 19:02:14 EDT 2011


APPROVE COMMIT GTK2

NOTE: This patch has been committed. 

# HG changeset patch
# User Aidan Kehoe <kehoea at parhasard.net>
# Date 1309386744 -3600
# Node ID ac8b11bd1ba03a52c70fffa5b91787d32856eca7
# Parent  13bdd322c9554ba5328a5c9b4b428e852fc3e628
Remove a call to purecopy that a previous merge should have done.

2011-06-29  Aidan Kehoe  <kehoea at parhasard.net>

	* custom.el (custom-declare-variable):
        Remove purecopy here, missed in the merge.

diff -r 13bdd322c955 -r ac8b11bd1ba0 lisp/ChangeLog.GTK
--- a/lisp/ChangeLog.GTK	Wed Jun 29 16:27:17 2011 +0100
+++ b/lisp/ChangeLog.GTK	Wed Jun 29 23:32:24 2011 +0100
@@ -1,3 +1,8 @@
+2011-06-29  Aidan Kehoe  <kehoea at parhasard.net>
+
+	* custom.el (custom-declare-variable):
+        Remove purecopy here, missed in the merge.
+
 2011-05-15  Jeff Sparkes  <jsparkes at gmail.com>
 
 	* gtk-widgets.el (GtkWidget): Remove gtk-toolbar-* functions.
diff -r 13bdd322c955 -r ac8b11bd1ba0 lisp/custom.el
--- a/lisp/custom.el	Wed Jun 29 16:27:17 2011 +0100
+++ b/lisp/custom.el	Wed Jun 29 23:32:24 2011 +0100
@@ -179,7 +179,7 @@
 		((eq keyword :require)
 		 (push value requests))
 		((eq keyword :type)
-		 (put symbol 'custom-type (purecopy value)))
+		 (put symbol 'custom-type value))
 		((eq keyword :options)
 		 (if (get symbol 'custom-options)
 		     ;; Slow safe code to avoid duplicates.


-- 
‘Iodine deficiency was endemic in parts of the UK until, through what has been
described as “an unplanned and accidental public health triumph”, iodine was
added to cattle feed to improve milk production in the 1930s.’
(EN Pearce, Lancet, June 2011)



More information about the XEmacs-Patches mailing list