Mercurial > emacs
changeset 80079:dd3b45bfc388
(selection-coding-system): Remove, since it's now defined in select.el
rather than in xselect.c.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 08 Feb 2008 20:09:16 +0000 |
parents | 09758686fa3c |
children | 6ec8ade53232 |
files | lisp/cus-start.el |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-start.el Fri Feb 08 18:22:54 2008 +0000 +++ b/lisp/cus-start.el Fri Feb 08 20:09:16 2008 +0000 @@ -129,7 +129,6 @@ :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"))) @@ -456,10 +455,6 @@ (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.