summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2017-09-29 22:01:29 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2017-09-29 22:01:29 +0200
commit4fdac06ef1d569d0c806169a7c0a526cddff2d48 (patch)
treea7465a6d3e9581e27ebe3b7ae80a2e1757130fd7
parentc1c5786c8ad8c841cb805a12439cf572c7bbd966 (diff)
downloadorg-mode-4fdac06ef1d569d0c806169a7c0a526cddff2d48.tar.gz
org-clock: Fix compilation error
Reported-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> <http://lists.gnu.org/archive/html/emacs-orgmode/2017-09/msg00623.html>
-rw-r--r--lisp/org-clock.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index 8df185d..001930a 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -2974,6 +2974,7 @@ The details of what will be saved are regulated by the variable
;; Local variables:
;; generated-autoload-file: "org-loaddefs.el"
+;; coding: utf-8
;; End:
;;; org-clock.el ends here