mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* lisp/informat.el: Use lexical-binding
This commit is contained in:
parent
5ad3893eba
commit
edf8497ce3
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
;;; informat.el --- info support functions package for Emacs
|
||||
;;; informat.el --- info support functions package for Emacs -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 1986, 2001-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
|
@ -140,7 +140,7 @@
|
|||
(or (bolp)
|
||||
(newline))
|
||||
(insert "\^_\f\nTag table:\n")
|
||||
(if (eq major-mode 'info-mode)
|
||||
(if (derived-mode-p 'info-mode)
|
||||
(move-marker Info-tag-table-marker (point)))
|
||||
(setq tag-list (nreverse tag-list))
|
||||
(while tag-list
|
||||
|
|
|
|||
Loading…
Reference in a new issue