projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a649869
)
Fix use of obsolete 'emergency' warning level
author
Stefan Kangas
<stefan@marxist.se>
Wed, 23 Dec 2020 04:16:02 +0000
(
05:16
+0100)
committer
Stefan Kangas
<stefan@marxist.se>
Wed, 23 Dec 2020 04:16:02 +0000
(
05:16
+0100)
* src/alloc.c (display_malloc_warning): Use new style ':emergency'
warning level instead of obsolete 'emergency'.
src/alloc.c
patch
|
blob
|
history
diff --git
a/src/alloc.c
b/src/alloc.c
index 5d2d5bc4addc6dba57d27b4e143a9b1860a5a1b2..adbfa1883c54ca66c9f9a0b159fddaa108aafa6b 100644
(file)
--- a/
src/alloc.c
+++ b/
src/alloc.c
@@
-664,7
+664,7
@@
display_malloc_warning (void)
call3 (intern ("display-warning"),
intern ("alloc"),
build_string (pending_malloc_warning),
- intern ("emergency"));
+ intern ("
:
emergency"));
pending_malloc_warning = 0;
}
\f