branch: elpa/cycle-at-point
commit 7dce55581b97fefe601ea89be7dd031bb38a7d3b
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>
Cleanup: format
---
cycle-at-point.el | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/cycle-at-point.el b/cycle-at-point.el
index 007278d895..2ce2bf2c64 100644
--- a/cycle-at-point.el
+++ b/cycle-at-point.el
@@ -130,10 +130,9 @@ Each list item can contain keyword/value pairs:
err))))
((listp v))
(t
- (error
- "%s: expected `:data', to be a list of strings, found %S"
- prefix
- (type-of v))))
+ (error "%s: expected `:data', to be a list of strings,
found %S"
+ prefix
+ (type-of v))))
(setq arg-words v))
(:case-fold
(cond
@@ -308,10 +307,9 @@ when the preset isn't found."
(progn
(require preset-sym)
t)
- (error
- (unless quiet
- (message "cycle-at-point: preset %S not found! (%S)" preset-id
err))
- nil))
+ (error (unless quiet
+ (message "cycle-at-point: preset %S not found! (%S)"
preset-id err))
+ nil))
(funcall preset-sym))))
;;;###autoload