(unless (assoc 'pos-tip (package-desc-reqs (cadr (assoc 'sdcv package-alist))))
(warn "[sdcv] Current version %s is not terminal friendly. Last stable version is %s"
(package-desc-version (cadr (assoc 'sdcv package-alist)))
'(20190610.732)))
get-buffer-create is a built-in function in ‘C source code’.
(get-buffer-create BUFFER-OR-NAME)
Probably introduced at or before Emacs version 19.29.
Return the buffer specified by BUFFER-OR-NAME, creating a new one if needed.
If BUFFER-OR-NAME is a string and a live buffer with that name exists,
return that buffer. If no such buffer exists, create a new buffer with
that name and return it. If BUFFER-OR-NAME starts with a space, the new
buffer does not keep undo information.
If BUFFER-OR-NAME is a buffer instead of a string, return it as given,
even if it is dead. The return value is never nil.