summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-04-19 12:21:01 +0200
committerKyle Meyer <kyle@kyleam.com>2021-04-19 20:07:28 -0400
commite3f0ac7348c92c6ac01fa6b9f7b6ef5252746310 (patch)
treec98e46cfa7a9543275f566d7edcc23003b419142
parent8c29cbdef75fbbac30f5e45d28c7b47968f46fde (diff)
downloadorg-mode-e3f0ac7348c92c6ac01fa6b9f7b6ef5252746310.tar.gz
Backport commit 0a4dc7083 from Emacs
; Normalize and add missing first and last lines 0a4dc70830f5e8286b47120cabc750cca07a75c1 Stefan Kangas Mon Apr 19 12:21:01 2021 +0200
-rw-r--r--lisp/ob-hledger.el2
-rw-r--r--lisp/ob-mscgen.el4
-rw-r--r--lisp/ol-eshell.el2
-rw-r--r--lisp/org-ctags.el4
-rw-r--r--lisp/ox-man.el2
5 files changed, 7 insertions, 7 deletions
diff --git a/lisp/ob-hledger.el b/lisp/ob-hledger.el
index 3d2f46c..48dcb8c 100644
--- a/lisp/ob-hledger.el
+++ b/lisp/ob-hledger.el
@@ -1,4 +1,4 @@
-;; ob-hledger.el --- Babel Functions for hledger -*- lexical-binding: t; -*-
+;;; ob-hledger.el --- Babel Functions for hledger -*- lexical-binding: t; -*-
;; Copyright (C) 2010-2021 Free Software Foundation, Inc.
diff --git a/lisp/ob-mscgen.el b/lisp/ob-mscgen.el
index 999d4f4..79c9f87 100644
--- a/lisp/ob-mscgen.el
+++ b/lisp/ob-mscgen.el
@@ -1,4 +1,4 @@
-;;; ob-msc.el --- Babel Functions for Mscgen -*- lexical-binding: t; -*-
+;;; ob-mscgen.el --- Babel Functions for Mscgen -*- lexical-binding: t; -*-
;; Copyright (C) 2010-2021 Free Software Foundation, Inc.
@@ -78,4 +78,4 @@ mscgen supported formats."
(provide 'ob-mscgen)
-;;; ob-msc.el ends here
+;;; ob-mscgen.el ends here
diff --git a/lisp/ol-eshell.el b/lisp/ol-eshell.el
index 769e7ee..8920e0a 100644
--- a/lisp/ol-eshell.el
+++ b/lisp/ol-eshell.el
@@ -1,4 +1,4 @@
-;;; ol-eshell.el - Links to Working Directories in Eshell -*- lexical-binding: t; -*-
+;;; ol-eshell.el --- Links to Working Directories in Eshell -*- lexical-binding: t; -*-
;; Copyright (C) 2011-2021 Free Software Foundation, Inc.
diff --git a/lisp/org-ctags.el b/lisp/org-ctags.el
index 1fca873..dc2b3be 100644
--- a/lisp/org-ctags.el
+++ b/lisp/org-ctags.el
@@ -1,5 +1,5 @@
-;;; org-ctags.el - Integrate Emacs "tags" Facility with Org -*- lexical-binding: t; -*-
-;;
+;;; org-ctags.el --- Integrate Emacs "tags" Facility with Org -*- lexical-binding: t; -*-
+
;; Copyright (C) 2007-2021 Free Software Foundation, Inc.
;; Author: Paul Sexton <eeeickythump@gmail.com>
diff --git a/lisp/ox-man.el b/lisp/ox-man.el
index 6cace7e..27d2ded 100644
--- a/lisp/ox-man.el
+++ b/lisp/ox-man.el
@@ -1,4 +1,4 @@
-;; ox-man.el --- Man Back-End for Org Export Engine -*- lexical-binding: t; -*-
+;;; ox-man.el --- Man Back-End for Org Export Engine -*- lexical-binding: t; -*-
;; Copyright (C) 2011-2021 Free Software Foundation, Inc.