aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-02-08 20:09:16 +0000
committerGlenn Morris2008-02-08 20:09:16 +0000
commit9f889daf9f5fd63bf3a2bcc5ee98b7382961222c (patch)
tree14a97824600d874f1c656183723b9f269dfbd465
parent46f6fa95d18dfc951e1c55fee1c727d68f006861 (diff)
downloademacs-9f889daf9f5fd63bf3a2bcc5ee98b7382961222c.tar.gz
emacs-9f889daf9f5fd63bf3a2bcc5ee98b7382961222c.zip
(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 8c95f9af65f..80b51793738 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
129 :match (lambda (widget value) 129 :match (lambda (widget value)
130 (and value (not (functionp value))))) 130 (and value (not (functionp value)))))
131 (function :value ignore)))) 131 (function :value ignore))))
132 (selection-coding-system mule coding-system "22.1")
133 ;; dired.c 132 ;; dired.c
134 (completion-ignored-extensions dired 133 (completion-ignored-extensions dired
135 (repeat (string :format "%v"))) 134 (repeat (string :format "%v")))
@@ -456,10 +455,6 @@ since it could result in memory overflow and make Emacs crash."
456(custom-add-to-group 'iswitchb 'read-buffer-function 'custom-variable) 455(custom-add-to-group 'iswitchb 'read-buffer-function 'custom-variable)
457(custom-add-to-group 'font-lock 'open-paren-in-column-0-is-defun-start 456(custom-add-to-group 'font-lock 'open-paren-in-column-0-is-defun-start
458 'custom-variable) 457 'custom-variable)
459(put 'selection-coding-system 'custom-set
460 (lambda (symbol value)
461 (set-selection-coding-system value)
462 (set symbol value)))
463 458
464;; Record cus-start as loaded 459;; Record cus-start as loaded
465;; if we have set up all the info that we can set up. 460;; if we have set up all the info that we can set up.