Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2feaf204
Commit
2feaf204
authored
May 25, 1998
by
Kenichi Handa
Browse files
(set-coding-priority): Call
set-coding-priority-internal at the tail.
parent
66cfb530
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/international/mule.el
lisp/international/mule.el
+2
-1
No files found.
lisp/international/mule.el
View file @
2feaf204
...
...
@@ -769,7 +769,8 @@ LIST is a list of coding categories ordered by priority."
(setq current-list (delq (car l) current-list))
(setq l (cdr l)))
;; Update `coding-category-list' and return it.
(setq coding-category-list (append arg current-list))))
(setq coding-category-list (append arg current-list))
(set-coding-priority-internal)))
;;; FILE I/O
...
...
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