# HG changeset patch # User Glenn Morris # Date 1202501356 0 # Node ID dd3b45bfc388131cb3c9ab52354abd74c64fe5ed # Parent 09758686fa3c59bb02a698b238189fc5bd03a98b (selection-coding-system): Remove, since it's now defined in select.el rather than in xselect.c. diff -r 09758686fa3c -r dd3b45bfc388 lisp/cus-start.el --- a/lisp/cus-start.el Fri Feb 08 18:22:54 2008 +0000 +++ b/lisp/cus-start.el Fri Feb 08 20:09:16 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"))) @@ -456,10 +455,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.