From: plugd Date: Wed, 2 Feb 2022 12:46:38 +0000 (+0100) Subject: Fixed issues flagged by flycheck. X-Git-Tag: v3.3.1~1 X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=commitdiff_plain;h=09f4d52c0f3ff9cdd4fbddbdc513c42f6650918a;hp=09f4d52c0f3ff9cdd4fbddbdc513c42f6650918a Fixed issues flagged by flycheck. Issues included: 1. Missing documentation on elpher-build-current-imenu-index 2. Variable referenced out of scope in elpher-gemini-insert-link This second issue has been around for a while, but never caused problems because the particular statement was unreachable. The patch simply removes the unreachable code. ---