From 6b2ac32f4f30f42316ec709bf19b324be3609bc1 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 26 Jun 2016 06:23:00 -0700 Subject: [PATCH] Whitespace cleanup --- dotfiles/emacs.d/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 6cf6ddc3..c8a22ad2 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -645,7 +645,7 @@ Create cache structure containing stop information (when muni-stop (pcache-put imalison:muni-stop-cache (intern (oref muni-stop :id)) muni-stop))))) - + (defun imalison:muni-stop-from-id (stop-or-id) (if (imalison:muni-stop-p stop) stop-or-id (pcache-get imalison:muni-stop-cache stop-or-id)))