From 84642807ecb81a2f41bf6008a6f0988407a8cc6c Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 16 Oct 2024 23:18:17 +0200 Subject: emacs: Fix another typo --- .config/emacs/site-lisp/surround.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/emacs/site-lisp/surround.el b/.config/emacs/site-lisp/surround.el index 8fdf443..b5f679d 100644 --- a/.config/emacs/site-lisp/surround.el +++ b/.config/emacs/site-lisp/surround.el @@ -90,7 +90,7 @@ Unicode property." ((or 'c 'n) (cons other char)) ('o (cons char other)))))) -(defun suprround--region (pair beginning end) +(defun surround--region (pair beginning end) (save-excursion (goto-char beginning) (insert (car pair)) -- cgit v1.2.3