Function: magit-find-file-index-noselect
magit-find-file-index-noselect is a byte-compiled function defined in
magit-files.el.
This function is obsolete since Magit 4.6.0; use
magit-find-file-noselect instead.
Signature
(magit-find-file-index-noselect FILE)
Documentation
Read FILE from the index into a buffer and return the buffer.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-files.el
(defun magit-find-file-index-noselect (file)
"Read FILE from the index into a buffer and return the buffer."
(declare (obsolete magit-find-file-noselect "Magit 4.6.0"))
(magit-find-file-noselect "{index}" file t))