Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
866a8ce4
Commit
866a8ce4
authored
Feb 08, 2008
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(selection-coding-system): Remove, since it's now defined in select.el
rather than in xselect.c.
parent
e006029e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
lisp/cus-start.el
lisp/cus-start.el
+0
-5
No files found.
lisp/cus-start.el
View file @
866a8ce4
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment