branch: externals/rt-liberation
commit d86507f7ae75912974e0793d603f68f4b2875969
Author: Yoni Rabkin <y...@rabkins.net>
Commit: Yoni Rabkin <y...@rabkins.net>

    * 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))

Reply via email to