Function: completion-list-mode-finish
completion-list-mode-finish is a byte-compiled function defined in
simple.el.gz.
Signature
(completion-list-mode-finish)
Documentation
Finish setup of the completions buffer.
Called from temp-buffer-show-hook.
Source Code
;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defun completion-list-mode-finish ()
"Finish setup of the completions buffer.
Called from `temp-buffer-show-hook'."
(when (eq major-mode 'completion-list-mode)
(setq buffer-read-only t)))