Variable: window-state-normalize-buffer-name

window-state-normalize-buffer-name is a variable defined in window.el.gz.

Value

nil

Documentation

Non-nil means accommodate buffer names under uniquify management.

uniquify prefixes and suffixes will be removed.

View in manual

Probably introduced at or before Emacs version 31.1.

Source Code

;; Defined in /usr/src/emacs/lisp/window.el.gz
;;; Window states, how to get them and how to put them in a window.

(defvar window-state-normalize-buffer-name nil
  "Non-nil means accommodate buffer names under `uniquify' management.
`uniquify' prefixes and suffixes will be removed.")