diff --git a/work.el b/work.el index 388bbb2..481a92c 100644 --- a/work.el +++ b/work.el @@ -17,7 +17,7 @@ ;; Produce the string Powered by Org-mode in the appropriate language. (defun make-powered-by (lang) (let ((orgmode "Org-mode") - (src "source")) + (src "source")) (cond ((eq lang 'fr) (concat "Propulsé par " orgmode " (" src ").")) (t