mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-12 16:56:36 -04:00
; Fix faceup tests on Solaris
* test/lisp/emacs-lisp/faceup-tests/faceup-test-files.el (faceup-test-files-check-one): Prefer UTF-8 to avoid encoding-related problems on Solaris. (Bug#81478)
This commit is contained in:
parent
7a796da1a6
commit
c51fa25fb1
|
|
@ -48,6 +48,7 @@
|
|||
|
||||
FILE is interpreted as relative to this source directory."
|
||||
(let ((faceup-properties '(face syntax-table help-echo)))
|
||||
(prefer-coding-system 'utf-8)
|
||||
(faceup-test-font-lock-file 'faceup-test-mode
|
||||
(concat
|
||||
faceup-test-files-dir
|
||||
|
|
|
|||
Loading…
Reference in a new issue