[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master ddfba511c19 1/3: Check shortdoc keywords and fix one mistake
From: |
Eli Zaretskii |
Subject: |
Re: master ddfba511c19 1/3: Check shortdoc keywords and fix one mistake |
Date: |
Mon, 19 Feb 2024 21:21:14 +0200 |
> From: Philip Kaludercic <philipk@posteo.net>
> Cc: Mattias Engdegård <mattiase@acm.org>
> Date: Mon, 19 Feb 2024 18:59:03 +0000
>
> This causes an error while compiling on my end:
>
> emacs-lisp/shortdoc.el:138:2: Error: Symbol’s function definition is
> void: shortdoc--check
How come? the function is defined before it is used.
> This would fix it, but I don't know the details of what is going on:
Very strange fix, to say the least. We should definitely try
understanding better what's going on. FTR, if I touch shortdoc.el and
rebuild Emacs, I see no errors or warnings. As expected.