all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 0/1] * src/frame.h (FRAME_SCALE_FACTOR): remove trailing semicolon
@ 2021-04-04  2:05 Göktuğ Kayaalp
  2021-04-04  2:05 ` [PATCH 1/1] " Göktuğ Kayaalp
  0 siblings, 1 reply; 3+ messages in thread
From: Göktuğ Kayaalp @ 2021-04-04  2:05 UTC (permalink / raw)
  To: emacs-devel; +Cc: İ. Göktuğ Kayaalp

From: İ. Göktuğ Kayaalp <self@gkayaalp.com>

Looks like a trailing comma was mistakenly included in the definition
of the macro FRAME_SCALE_FACTOR, introduced in 4e1f92feb3.  This
triggered a build failure on my system as this macro caused a syntax
error in Fframe_scale_factor. The patch simply deletes the trailing
semicolon.

İ. Göktuğ Kayaalp (1):
  * src/frame.h (FRAME_SCALE_FACTOR): remove trailing semicolon

 src/frame.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.20.1




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-04  2:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-04  2:05 [PATCH 0/1] * src/frame.h (FRAME_SCALE_FACTOR): remove trailing semicolon Göktuğ Kayaalp
2021-04-04  2:05 ` [PATCH 1/1] " Göktuğ Kayaalp
2021-04-04  2:13   ` Lars Ingebrigtsen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.