# HG changeset patch # User Glenn Morris # Date 1202501546 0 # Node ID 9bf7ff5c46e6362451caa2d26ed9db67823c4fd2 # Parent e783230821417076e0e55950c65a9fab696e20bd (selection-coding-system): Remove, since it's now defined in select.el rather than in xselect.c. diff -r e78323082141 -r 9bf7ff5c46e6 lisp/cus-start.el --- a/lisp/cus-start.el Fri Feb 08 17:30:55 2008 +0000 +++ b/lisp/cus-start.el Fri Feb 08 20:12:26 2008 +0000 @@ -129,7 +129,6 @@ :match (lambda (widget value) (and value (not (functionp value))))) (function :value ignore)))) - (selection-coding-system mule coding-system "22.1") ;; dired.c (completion-ignored-extensions dired (repeat (string :format "%v"))) @@ -465,10 +464,6 @@ (custom-add-to-group 'iswitchb 'read-buffer-function 'custom-variable) (custom-add-to-group 'font-lock 'open-paren-in-column-0-is-defun-start 'custom-variable) -(put 'selection-coding-system 'custom-set - (lambda (symbol value) - (set-selection-coding-system value) - (set symbol value))) ;; Record cus-start as loaded ;; if we have set up all the info that we can set up.