Variable: file-notify--pending-rename

file-notify--pending-rename is a variable defined in filenotify.el.gz.

Value

nil

Documentation

A pending rename event awaiting the destination file name.

It is nil or a file-notify--rename defstruct where the cookie can be nil.

Source Code

;; Defined in /usr/src/emacs/lisp/filenotify.el.gz
(defvar file-notify--pending-rename nil
  "A pending rename event awaiting the destination file name.
It is nil or a `file-notify--rename' defstruct where the cookie can be nil.")