1 new commit in XEmacs:
https://bitbucket.org/xemacs/xemacs/changeset/0df3cedee9ac/
changeset: 0df3cedee9ac
user: kehoea
date: 2012-03-02 19:26:14
summary: select-coercion-alist, not select-conversion-alist, select.el
2012-03-02 Aidan Kehoe <kehoea(a)parhasard.net>
* select.el (select-coerce):
Whoops, selection-coercion-alist, not selection-conversion-alist,
thank you Philip Aston in 4F4A2CBC.1060709(a)mail.com .
affected #: 2 files
diff -r 611a6845ebeeecf74cb6f56bb15a1115e76affa9 -r
0df3cedee9ac6e12eac0e246466909560da38b3b lisp/ChangeLog
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2012-03-02 Aidan Kehoe <kehoea(a)parhasard.net>
+
+ * select.el (select-coerce):
+ Whoops, selection-coercion-alist, not selection-conversion-alist,
+ thank you Philip Aston in 4F4A2CBC.1060709(a)mail.com .
+
2012-01-14 Aidan Kehoe <kehoea(a)parhasard.net>
* bytecomp.el (byte-compile-catch):
diff -r 611a6845ebeeecf74cb6f56bb15a1115e76affa9 -r
0df3cedee9ac6e12eac0e246466909560da38b3b lisp/select.el
--- a/lisp/select.el
+++ b/lisp/select.el
@@ -443,7 +443,7 @@
suitable for return from `get-selection' in the specified DATA-TYPE. Return
nil if this is impossible, or a suitable representation otherwise."
(and value
- (funcall (or (cdr (assq type selection-conversion-alist)) #'ignore)
+ (funcall (or (cdr (assq type selection-coercion-alist)) #'ignore)
selection type value)))
;; The rest of the functions on this "page" are conversion handlers,
Repository URL:
https://bitbucket.org/xemacs/xemacs/
--
This is a commit notification from
bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches