diff options
| author | Glenn Morris | 2008-02-08 20:12:26 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-02-08 20:12:26 +0000 |
| commit | 866a8ce4ed690938d4be2eddd0091e933e8a21f8 (patch) | |
| tree | e07758cb337a977656b2412ad03c8c67e1e0b990 | |
| parent | e006029eb4287f8e5f55f63b9444ee644996aebb (diff) | |
| download | emacs-866a8ce4ed690938d4be2eddd0091e933e8a21f8.tar.gz emacs-866a8ce4ed690938d4be2eddd0091e933e8a21f8.zip | |
(selection-coding-system): Remove, since it's now defined in select.el
rather than in xselect.c.
| -rw-r--r-- | lisp/cus-start.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index e87f8806df2..91dc9087047 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"))) |
| @@ -465,10 +464,6 @@ since it could result in memory overflow and make Emacs crash." | |||
| 465 | (custom-add-to-group 'iswitchb 'read-buffer-function 'custom-variable) | 464 | (custom-add-to-group 'iswitchb 'read-buffer-function 'custom-variable) |
| 466 | (custom-add-to-group 'font-lock 'open-paren-in-column-0-is-defun-start | 465 | (custom-add-to-group 'font-lock 'open-paren-in-column-0-is-defun-start |
| 467 | 'custom-variable) | 466 | 'custom-variable) |
| 468 | (put 'selection-coding-system 'custom-set | ||
| 469 | (lambda (symbol value) | ||
| 470 | (set-selection-coding-system value) | ||
| 471 | (set symbol value))) | ||
| 472 | 467 | ||
| 473 | ;; Record cus-start as loaded | 468 | ;; Record cus-start as loaded |
| 474 | ;; if we have set up all the info that we can set up. | 469 | ;; if we have set up all the info that we can set up. |