diff options
Diffstat (limited to 'lisp/electric.el')
-rw-r--r-- | lisp/electric.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/electric.el b/lisp/electric.el index 506e9aa0f7c..6701a36d8bb 100644 --- a/lisp/electric.el +++ b/lisp/electric.el @@ -1,4 +1,4 @@ -;;; electric.el --- window maker and Command loop for `electric' modes +;;; electric.el --- window maker and Command loop for `electric' modes -*- lexical-binding: t; -*- ;; Copyright (C) 1985-1986, 1995, 2001-2021 Free Software Foundation, ;; Inc. @@ -385,6 +385,8 @@ If multiple rules match, only first one is executed.") (when electric-layout-mode (electric-layout-post-self-insert-function-1))) +(defvar electric-pair-open-newline-between-pairs) + ;; for edebug's sake, a separate function (defun electric-layout-post-self-insert-function-1 () (let* ((pos (electric--after-char-pos)) |