SummaryRefsLogTreeCommitDiffStats
path: root/scm/mcron/crontab.scm
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2015-09-07 00:00:31 +0200
committerMathieu Lirzin <mthl@gnu.org>2016-05-07 16:17:52 +0200
commitf2c56d355f883dd60aef020b4e363739aeff856c (patch)
treef1aaa51f1f12f20c8563b9eab2097f4b8978ae2b /scm/mcron/crontab.scm
parentb2718d2cc9a70eda04822b7c8e11aa3e5fabface (diff)
downloadmcron-f2c56d355f883dd60aef020b4e363739aeff856c.tar.gz
mcron-f2c56d355f883dd60aef020b4e363739aeff856c.tar.bz2
mcron-f2c56d355f883dd60aef020b4e363739aeff856c.zip
all: Add a custom indentation rule for 'mcron-error'.
* .dir-locals.el: Define a custom indentation rule for 'mcron-error'. * scm/mcron/crontab.scm: Use it. * scm/mcron/job-specifier.scm: Likewise. * scm/mcron/main.scm: Likewise. * scm/mcron/vixie-specification.scm: Likewise.
Diffstat (limited to 'scm/mcron/crontab.scm')
-rw-r--r--scm/mcron/crontab.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scm/mcron/crontab.scm b/scm/mcron/crontab.scm
index 30e5592..6be5c61 100644
--- a/scm/mcron/crontab.scm
+++ b/scm/mcron/crontab.scm
@@ -221,8 +221,8 @@
;; The user is being silly. The message here is identical to the one Vixie cron
;; used to put out, for total compatibility.
- (else
- (mcron-error 15 "usage error: file name must be specified for replace.")))
+ (else (mcron-error 15
+ "usage error: file name must be specified for replace.")))
)) ;; End of file-level let-scopes.