From b55a97a5a3e70be9296bcc7c0e7e6b6100989ebb Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 8 Feb 2008 20:11:33 +0000 Subject: [PATCH] Revert previous change, which should have been on the trunk. --- lisp/cus-start.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 80b51793738..8c95f9af65f 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -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. -- 2.39.5