From 9ca81aed93bd6c89b6cde5bb1ad7fcbc8c5a24bb Mon Sep 17 00:00:00 2001 From: "Jose A. Ortega Ruiz" Date: Mon, 5 Jan 2009 15:30:07 +0100 Subject: [PATCH] FUEL: bogus key binding fixed --- misc/fuel/fuel-help.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/fuel/fuel-help.el b/misc/fuel/fuel-help.el index ba3ff2b57d..bb191eaa74 100644 --- a/misc/fuel/fuel-help.el +++ b/misc/fuel/fuel-help.el @@ -284,7 +284,7 @@ With prefix, the current page is deleted from history." (define-key map "h" 'fuel-help) (define-key map "k" 'fuel-help-kill-page) (define-key map "n" 'fuel-help-next) - (define-key map "l" 'fuel-help-last) + (define-key map "l" 'fuel-help-previous) (define-key map "p" 'fuel-help-previous) (define-key map "r" 'fuel-help-refresh) (define-key map (kbd "SPC") 'scroll-up)