1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

Use lexical-binding in forms.el example files

* etc/forms/forms-d2.el:
* etc/forms/forms-pass.el: Use lexical-binding.
This commit is contained in:
Stefan Kangas 2020-04-25 07:58:26 +02:00
parent 89441bddea
commit e8493e32f8
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
;;; forms-d2.el --- demo forms-mode
;;; forms-d2.el --- demo forms-mode -*- lexical-binding:t -*-
;; Copyright (C) 1991, 1994-1997, 2001-2020 Free Software Foundation,
;; Inc.

View File

@ -1,4 +1,4 @@
;;; forms-pass.el --- passwd file demo for forms-mode
;;; forms-pass.el --- passwd file demo for forms-mode -*- lexical-binding:t -*-
;; This file is part of GNU Emacs.