diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2014-07-20 21:41:59 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2014-07-20 21:41:59 -0400 |
commit | bb16bffbd20705fcfbbb17189f20b838eaf7d31e (patch) | |
tree | d1217d69a114ea09b8d67bf34a03747174ee3c16 /lisp/net | |
parent | 5bfcb88ced494a272045da30891cacc838276bd7 (diff) | |
download | emacs-bb16bffbd20705fcfbbb17189f20b838eaf7d31e.tar.gz |
Indentation, punctuation, and other nitpicks.
Diffstat (limited to 'lisp/net')
-rw-r--r-- | lisp/net/rcirc.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index 9f2b4bb85db..f06f8bd292e 100644 --- a/lisp/net/rcirc.el +++ b/lisp/net/rcirc.el @@ -679,7 +679,8 @@ When 0, do not auto-reconnect." (format "%s: %s (%S)" (process-name process) sentinel - (process-status process)) (not rcirc-target)) + (process-status process)) + (not rcirc-target)) (rcirc-disconnect-buffer))) (when (and (string= sentinel "deleted") (< 0 rcirc-reconnect-delay)) |