# HG changeset patch # User Oleksandr Gavenko # Date 1481631028 -7200 # Node ID ac5c3669ce32958a830c11a44ba871f8489be2a0 # Parent c6cb8d720b51ebed59778f73e63b6a235ddb92cc Fix Warning: Unused lexical variable. diff -r c6cb8d720b51 -r ac5c3669ce32 contrib/gadict.el --- a/contrib/gadict.el Tue Dec 13 12:59:33 2016 +0200 +++ b/contrib/gadict.el Tue Dec 13 14:10:28 2016 +0200 @@ -263,7 +263,7 @@ (defun gadict-nearest-headword () "Return nearest headword looking upward." (save-excursion - (let ( (orig (point)) limit headword ) + (let ( (orig (point)) limit ) (re-search-backward "^__$") (forward-line 1) (unless (and (eq (char-before) ?\n) (eq (char-after) ?\n))