.
OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=208
This commit is contained in:
parent
97311d67a2
commit
27ae286bba
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
src/xmenu.c | 4 ++--
|
src/emacs-module.c | 1 +
|
||||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
src/xmenu.c | 4 ++--
|
||||||
|
2 files changed, 3 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
--- src/xmenu.c
|
--- src/xmenu.c
|
||||||
+++ src/xmenu.c 2016-09-19 09:01:56.930605125 +0000
|
+++ src/xmenu.c 2016-09-19 09:01:56.930605125 +0000
|
||||||
@ -15,3 +16,13 @@
|
|||||||
ptrdiff_t specpdl_count = SPECPDL_INDEX ();
|
ptrdiff_t specpdl_count = SPECPDL_INDEX ();
|
||||||
|
|
||||||
check_window_system (f);
|
check_window_system (f);
|
||||||
|
--- src/emacs-module.c
|
||||||
|
+++ src/emacs-module.c 2016-09-20 09:36:52.881778063 +0000
|
||||||
|
@@ -787,6 +787,7 @@ usage: (module-call ENVOBJ &rest ARGLIST
|
||||||
|
default:
|
||||||
|
eassume (false);
|
||||||
|
}
|
||||||
|
+ return Qnil;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user