From 3b25ffa7eb59e12834a2f5155c97a9104750ecd1 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 31 Dec 2016 10:40:04 +0100 Subject: [PATCH] * src/gfilenotify.c (Fgfile_monitor_name): Return interned symbol. --- src/gfilenotify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gfilenotify.c b/src/gfilenotify.c index 18ccfe4c462..66248050693 100644 --- a/src/gfilenotify.c +++ b/src/gfilenotify.c @@ -293,7 +293,7 @@ If WATCH-DESCRIPTOR is not valid, nil is returned. */) else { GFileMonitor *monitor = XINTPTR (watch_descriptor); - return Fmake_symbol (build_string (G_OBJECT_TYPE_NAME (monitor))); + return intern (G_OBJECT_TYPE_NAME (monitor)); } } -- 2.39.2