You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename 'LANG' variable in script/compile to avoid bug.
If 'LANG' is set to 'pascal' in script/compile, when `emacs -Q ...` is launcher
emacs will exit with the following error:
Language environment not defined: "Punjabi"
This is because 'LANG' is a locale setting variable so 'pascal' is interpreted
as 'pa' which is code for the Punjabi locale.
0 commit comments