]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/help-at-pt.el: Use lexical-binding.
authorStefan Kangas <stefan@marxist.se>
Wed, 24 Mar 2021 05:31:23 +0000 (06:31 +0100)
committerStefan Kangas <stefan@marxist.se>
Wed, 24 Mar 2021 05:31:29 +0000 (06:31 +0100)
lisp/help-at-pt.el

index e17bd0a081b3079c429cd7f5803f9a2df4c90886..233c50504bf3c77ef780cd312eb5ee1520400de9 100644 (file)
@@ -1,4 +1,4 @@
-;;; help-at-pt.el --- local help through the keyboard
+;;; help-at-pt.el --- local help through the keyboard  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2003-2021 Free Software Foundation, Inc.
 
@@ -42,9 +42,6 @@
 ;;
 ;; (global-set-key [C-tab] 'scan-buf-next-region)
 ;; (global-set-key [C-M-tab] 'scan-buf-previous-region)
-;;
-;; You do not have to do anything special to use the functionality
-;; provided by this file, because all important functions autoload.
 
 ;;; Code: