]> code.delx.au - gnu-emacs/commitdiff
Revert previous change, which should have been on the trunk.
authorGlenn Morris <rgm@gnu.org>
Fri, 8 Feb 2008 20:11:33 +0000 (20:11 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 8 Feb 2008 20:11:33 +0000 (20:11 +0000)
lisp/cus-start.el

index 80b51793738f7eb27b68a1d0bd4b503a09df0c84..8c95f9af65feb90554b29c2aa038a1d0daeb9f9b 100644 (file)
@@ -129,6 +129,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
                             :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")))
@@ -455,6 +456,10 @@ since it could result in memory overflow and make Emacs crash."
 (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.