aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gfilenotify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfilenotify.c b/src/gfilenotify.c
index 9f828375a78..6ec5c642825 100644
--- a/src/gfilenotify.c
+++ b/src/gfilenotify.c
@@ -27,7 +27,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
27#include "keyboard.h" 27#include "keyboard.h"
28 28
29 29
30/* This is a list, elements are triples (DESCRIPTOR FILE FLAGS CALLBACK) */ 30/* This is a list, elements are quadruples (DESCRIPTOR FILE FLAGS CALLBACK) */
31static Lisp_Object watch_list; 31static Lisp_Object watch_list;
32 32
33/* This is the callback function for arriving signals from 33/* This is the callback function for arriving signals from