Skip to content

Commit

Permalink
wrap in or
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat. and Chris committed Oct 27, 2014
1 parent e53cc2f commit 5d81c35
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/krb-clojure.el
Original file line number Diff line number Diff line change
Expand Up @@ -736,8 +736,9 @@ the pre-existing package statements.
;; strip meta-data from the list
(remove-if
(lambda (elt)
(string/starts-with (format "%s" elt) "^")
(equal ":-" elt))
(or
(string/starts-with (format "%s" elt) "^")
(equal ":-" elt)))
(split-string
(buffer-substring start (point))
" ")))))
Expand Down

0 comments on commit 5d81c35

Please sign in to comment.