]> gitweb.factorcode.org Git - factor.git/blobdiff - misc/fuel/fuel-autohelp.el
Use lexical scoping in all fuel sources
[factor.git] / misc / fuel / fuel-autohelp.el
index e7dbd843b404ce0202b9f809697103a24641aa44..1401153829e9d3391d391d998546322bc331557a 100644 (file)
@@ -1,4 +1,4 @@
-;;; fuel-autohelp.el -- help pages in another window
+;;; fuel-autohelp.el -- help pages in another window -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2013 Erik Charlebois
 ;; See http://factorcode.org/license.txt for BSD license.
@@ -49,7 +49,7 @@ user.")
         (let ((word (factor-symbol-at-point))
               (fuel-log--inhibit-p t))
           (when word
-            (fuel-help--word-help nil word t))))
+            (fuel-help--word-help word t))))
     (error (message "FUEL Autohelp error: %s" err))))
 
 (defun fuel-autohelp-schedule-timer ()