]> git.eshelyaron.com Git - emacs.git/commitdiff
; Silence byte-compiler
authorStefan Kangas <stefankangas@gmail.com>
Mon, 6 Jan 2025 19:06:49 +0000 (20:06 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 8 Jan 2025 08:52:39 +0000 (09:52 +0100)
(cherry picked from commit d98516a27b9ff77e1106ae5801c7ca8802eaa656)

lisp/man.el

index c0dea4f276df5e9bd554db0fc8cc93bc95a375ed..3b264dcb4e1adf2a39d6fb652a2193d9f6413fbd 100644 (file)
@@ -2027,7 +2027,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)))