From d86507f7ae75912974e0793d603f68f4b2875969 Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Sun, 29 Nov 2020 22:27:36 -0500 Subject: * rt-liberation-rest.el: formatting --- rt-liberation-rest.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rt-liberation-rest.el b/rt-liberation-rest.el index e266e15..67b099e 100644 --- a/rt-liberation-rest.el +++ b/rt-liberation-rest.el @@ -34,6 +34,9 @@ (require 'auth-source) +;;; ------------------------------------------------------------------ +;;; variables and constants +;;; ------------------------------------------------------------------ (defvar rt-liber-rest-debug-buffer-name "*rt-liber-rest debug log*" "Buffer name of debug capture.") @@ -56,6 +59,9 @@ "If non-nil, be verbose about what's happening.") +;;; ------------------------------------------------------------------ +;;; functions +;;; ------------------------------------------------------------------ (defun rt-liber-rest-write-debug (str) "Write to debug buffer." (when (not (stringp str)) -- cgit v1.2.3