aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2008-02-08 20:12:26 +0000
committerGlenn Morris <[email protected]>2008-02-08 20:12:26 +0000
commit866a8ce4ed690938d4be2eddd0091e933e8a21f8 (patch)
treee07758cb337a977656b2412ad03c8c67e1e0b990
parente006029eb4287f8e5f55f63b9444ee644996aebb (diff)
(selection-coding-system): Remove, since it's now defined in select.el
rather than in xselect.c.
-rw-r--r--lisp/cus-start.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el
index e87f8806df..91dc908704 100644
--- a/lisp/cus-start.el
+++ b/lisp/cus-start.el
@@ -129,7 +129,6 @@ 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")))
@@ -465,10 +464,6 @@ 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.