Variable: uniquify-managed

uniquify-managed is a buffer-local variable defined in uniquify.el.gz.

Documentation

Non-nil if the name of this buffer is managed by uniquify.

It actually holds the list of uniquify-items corresponding to the conflict.

Source Code

;; Defined in /usr/src/emacs/lisp/uniquify.el.gz
(defvar-local uniquify-managed nil
  "Non-nil if the name of this buffer is managed by uniquify.
It actually holds the list of `uniquify-item's corresponding to the conflict.")