Skip to content

Commit

Permalink
no need to indicate error symbol parent
Browse files Browse the repository at this point in the history
  • Loading branch information
holomorph committed Jun 17, 2016
1 parent 3899a8b commit f85919e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions transmission.el
Expand Up @@ -248,13 +248,13 @@ caching built in or is otherwise slow."
Should accept the torrent ID as an argument, e.g. `transmission-torrent-id'.")

(define-error 'transmission-conflict
"Wrong or missing header \"X-Transmission-Session-Id\"" 'error)
"Wrong or missing header \"X-Transmission-Session-Id\"")

(define-error 'transmission-unauthorized
"Unauthorized user. Check `transmission-rpc-auth'" 'error)
"Unauthorized user. Check `transmission-rpc-auth'")

(define-error 'transmission-wrong-rpc-path
"Bad RPC path. Check `transmission-rpc-path'" 'error)
"Bad RPC path. Check `transmission-rpc-path'")

(defvar transmission-timer nil
"Timer for repeating `revert-buffer' in a visible Transmission buffer.")
Expand Down

0 comments on commit f85919e

Please sign in to comment.