; Silence byte-compiler
This commit is contained in:
parent
15d940ad1f
commit
d98516a27b
1 changed files with 1 additions and 1 deletions
|
@ -2038,7 +2038,7 @@ Specify which REFERENCE to use; default is based on word at point."
|
|||
|
||||
(defun Man-view-header-file (file)
|
||||
"View a header file specified by FILE from `Man-header-file-path'."
|
||||
(when-let ((match (man--find-header-files file)))
|
||||
(when-let* ((match (man--find-header-files file)))
|
||||
(view-file (car match))
|
||||
(car match)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue