From 084618a930ddbe57903924e0635e5ca83c7dcb5c Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 5 Jan 2022 17:12:03 -0600 Subject: Break function into library --- lisp/+zzz-to-char.el | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lisp/+zzz-to-char.el (limited to 'lisp/+zzz-to-char.el') diff --git a/lisp/+zzz-to-char.el b/lisp/+zzz-to-char.el new file mode 100644 index 0000000..b3f27f7 --- /dev/null +++ b/lisp/+zzz-to-char.el @@ -0,0 +1,16 @@ +;;; +zzz-to-char.el -*- lexical-binding: t; -*- + +;;; Commentary: + +;; + +;;; Code: + +(defun +zzz-to-char (prefix) + "Call `zzz-to-char' or `zzz-up-to-char' with PREFIX arg." + (interactive "P") + (call-interactively + (if prefix #'zzz-up-to-char #'zzz-to-char))) + +(provide '+zzz-to-char) +;;; +zzz-to-char.el ends here -- cgit 1.4.1-21-gabe81