; Add missing lexical-binding cookies

This commit is contained in:
Stefan Kangas 2025-03-02 19:00:36 +01:00
parent b5fe170240
commit 56202138a3
2 changed files with 2 additions and 1 deletions

View file

@ -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.

View file

@ -1,3 +1,4 @@
;; -*- lexical-binding:t -*-
(defun dabbrev-expand (arg)
"Expand previous word \"dynamically\".