projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dfe231
)
; * src/xfns.c (x-display-monitor-attributes-list) Fix typo.
author
Alexander Gramiak
<agrambot@gmail.com>
Sun, 7 Apr 2019 18:53:41 +0000
(12:53 -0600)
committer
Alexander Gramiak
<agrambot@gmail.com>
Sun, 7 Apr 2019 18:56:14 +0000
(12:56 -0600)
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index 9a25b00b20e8fdfb192c08057c16f70fd1f0a07a..13f66f07183a47ae787d313f1e1ab82779ae7b3a 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-5044,7
+5044,7
@@
Internal use only, use `display-monitor-attributes-list' instead. */)
#if GTK_CHECK_VERSION (2, 14, 0)
free_monitors (monitors, n_monitors);
#else
- xfree (monitors)
+ xfree (monitors)
;
#endif
unblock_input ();
#else /* not USE_GTK */