mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
(selection-coding-system): Remove, since it's now defined in select.el
rather than in xselect.c.
This commit is contained in:
parent
e006029eb4
commit
866a8ce4ed
@ -129,7 +129,6 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
|
|||||||
:match (lambda (widget value)
|
:match (lambda (widget value)
|
||||||
(and value (not (functionp value)))))
|
(and value (not (functionp value)))))
|
||||||
(function :value ignore))))
|
(function :value ignore))))
|
||||||
(selection-coding-system mule coding-system "22.1")
|
|
||||||
;; dired.c
|
;; dired.c
|
||||||
(completion-ignored-extensions dired
|
(completion-ignored-extensions dired
|
||||||
(repeat (string :format "%v")))
|
(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 'iswitchb 'read-buffer-function 'custom-variable)
|
||||||
(custom-add-to-group 'font-lock 'open-paren-in-column-0-is-defun-start
|
(custom-add-to-group 'font-lock 'open-paren-in-column-0-is-defun-start
|
||||||
'custom-variable)
|
'custom-variable)
|
||||||
(put 'selection-coding-system 'custom-set
|
|
||||||
(lambda (symbol value)
|
|
||||||
(set-selection-coding-system value)
|
|
||||||
(set symbol value)))
|
|
||||||
|
|
||||||
;; Record cus-start as loaded
|
;; Record cus-start as loaded
|
||||||
;; if we have set up all the info that we can set up.
|
;; if we have set up all the info that we can set up.
|
||||||
|
Loading…
Reference in New Issue
Block a user