author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Tue, 13 Dec 2016 14:10:28 +0200 | |
changeset 714 | ac5c3669ce32 |
parent 713 | c6cb8d720b51 |
child 715 | d8a4ce6fb50a |
contrib/gadict.el | file | annotate | diff | comparison | revisions |
--- 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))