diff options
author | Eli Zaretskii <eliz@gnu.org> | 2015-09-14 10:02:04 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2015-09-14 10:02:04 +0300 |
commit | 12629d2857ba2a7c8a6b6a6b61f28a179d2c92a7 (patch) | |
tree | f860393729cf5c4d7887a6deeabbf6977e58d7ff /lisp/filenotify.el | |
parent | 7a3f3183cd8faff8901ead547711e1c90ea02efe (diff) | |
download | emacs-12629d2857ba2a7c8a6b6a6b61f28a179d2c92a7.tar.gz |
Implement w32notify-valid-p
* src/w32notify.c (Fw32notify_valid_p): New function. (Bug#21432)
* lisp/filenotify.el (w32notify-valid-p): No longer an alias for
'identity'.
Diffstat (limited to 'lisp/filenotify.el')
-rw-r--r-- | lisp/filenotify.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/filenotify.el b/lisp/filenotify.el index 9a48c5ee979..002c5a5d584 100644 --- a/lisp/filenotify.el +++ b/lisp/filenotify.el @@ -359,7 +359,6 @@ DESCRIPTOR should be an object returned by `file-notify-add-watch'." ;; Temporary declarations. (defalias 'gfile-valid-p 'identity) -(defalias 'w32notify-valid-p 'identity) (defun file-notify-valid-p (descriptor) "Check a watch specified by its DESCRIPTOR. |