.
OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=100
This commit is contained in:
parent
f7f16e286e
commit
0cde9b1bda
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 5 12:03:38 UTC 2012 - werner@suse.de
|
||||
|
||||
- Add workaround into emacs starter script for gtk/gstreamer bug
|
||||
which overrides the locale
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 18 12:07:26 UTC 2012 - werner@suse.de
|
||||
|
||||
|
@ -425,6 +425,10 @@ cat > %{buildroot}/usr/bin/emacs <<-"EOF"
|
||||
#!/bin/bash
|
||||
# Possible values are nox, gtk, or x11
|
||||
: ${EMACS_TOOLKIT:=gtk}
|
||||
if test "$EMACS_TOOLKIT" = gtk; then
|
||||
LC_NUMERIC=POSIX
|
||||
export LC_NUMERIC
|
||||
fi
|
||||
if test -e ${0}-${EMACS_TOOLKIT} ; then
|
||||
exec -a ${0} ${0}-${EMACS_TOOLKIT} ${1+"$@"}
|
||||
elif test -e ${0}-x11 ; then
|
||||
|
Loading…
Reference in New Issue
Block a user