diff options
| author | Michael Albinus | 2017-01-01 12:59:58 +0100 |
|---|---|---|
| committer | Michael Albinus | 2017-01-01 12:59:58 +0100 |
| commit | 3b878455ac95ab5b3554642e84d186b4e6cb6a56 (patch) | |
| tree | 4f1aa8ef07667a8ccb716c86012331a8e625a3ae | |
| parent | 65eee8392ff95f58f7b0bd036e1fe065523658c6 (diff) | |
| download | emacs-3b878455ac95ab5b3554642e84d186b4e6cb6a56.tar.gz emacs-3b878455ac95ab5b3554642e84d186b4e6cb6a56.zip | |
; Fix typo
* src/gfilenotify.c:
| -rw-r--r-- | src/gfilenotify.c | 2 |
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) */ |
| 31 | static Lisp_Object watch_list; | 31 | static 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 |