branch: externals/org-transclusion commit 171c7a38aea3665b94350ab2019585f6ee93f616 Author: Noboru Ota <m...@nobiot.com> Commit: Noboru Ota <m...@nobiot.com>
intrnl: add copyrigth comment to avoid ELPA build failure --- .dir-local.el | 2 ++ docs/manual-gen.el | 9 ++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.dir-local.el b/.dir-local.el index e523a131a7..50813194ab 100644 --- a/.dir-local.el +++ b/.dir-local.el @@ -1,3 +1,5 @@ +;; Copyright (C) 2021 Free Software Foundation, Inc. + ((emacs-lisp-mode (fill-column . 80) (indent-tabs-mode . nil))) diff --git a/docs/manual-gen.el b/docs/manual-gen.el index 1b53f06a4c..6622bf58f8 100644 --- a/docs/manual-gen.el +++ b/docs/manual-gen.el @@ -1,4 +1,11 @@ -;; -*- lexical-binding: t; -*- +;;; -*- lexical-binding: t; -*- + +;; Copyright (C) 2021 Free Software Foundation, Inc. + +;;; Commentary: + +;; A helper to generate user manual for Org-transclusion + (require 'org-transclusion)