aboutsummaryrefslogtreecommitdiff
path: root/varuga.el
diff options
context:
space:
mode:
Diffstat (limited to 'varuga.el')
-rw-r--r--varuga.el9
1 files changed, 4 insertions, 5 deletions
diff --git a/varuga.el b/varuga.el
index 5376c93..78f3f3b 100644
--- a/varuga.el
+++ b/varuga.el
@@ -91,11 +91,10 @@ KEY is the name of the ical property and VALUE is its value."
(progn
(insert str)
(setq octets-so-far next-octets))
- (progn
- (insert "\n ")
- ;; Set octets so far to 1 to account for the
- ;; folding space.
- (setq octets-so-far 1)))))
+ (insert "\n ")
+ ;; Set octets so far to 1 to account for the
+ ;; folding space.
+ (setq octets-so-far 1))))
(format "%s:%s"
(upcase (symbol-name key))
value)))