mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-08 15:35:02 +00:00
(describe-current-coding-system): Use mapc' rather than
mapcar'.
This commit is contained in:
parent
5078a3282e
commit
1249c1d173
@ -839,7 +839,7 @@ Priority order for recognizing coding systems when reading files:\n")
|
||||
coding-system codings)
|
||||
(while categories
|
||||
(setq coding-system (symbol-value (car categories)))
|
||||
(mapcar
|
||||
(mapc
|
||||
(lambda (x)
|
||||
(if (and (not (eq x coding-system))
|
||||
(coding-system-get x 'no-initial-designation)
|
||||
|
Loading…
Reference in New Issue
Block a user