; Add missing lexical-binding cookies
This commit is contained in:
parent
b5fe170240
commit
56202138a3
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
;;; Suppress deletion of the initial frame by `frame-initialize'.
|
||||
;;; Suppress deletion of the initial frame by `frame-initialize'. -*- lexical-binding:t -*-
|
||||
;; $Id: early-init.el,v 1.2 2025/03/02 11:18:42 jw Exp $
|
||||
|
||||
;; Copyright (C) 2025 Free Software Foundation, Inc.
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
;; -*- lexical-binding:t -*-
|
||||
(defun dabbrev-expand (arg)
|
||||
"Expand previous word \"dynamically\".
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue