diff options
| author | Glenn Morris | 2020-12-25 10:36:25 -0800 |
|---|---|---|
| committer | Glenn Morris | 2020-12-25 10:36:25 -0800 |
| commit | b242bbb073b501f7a4d4569c2d70cde522abbea3 (patch) | |
| tree | 5cde6b7b6dfe56df40ae9c671b88fb5dfae85eea | |
| parent | e0fc939c5f1f65cfd0ef18bb0498c41ece7cef25 (diff) | |
| download | emacs-b242bbb073b501f7a4d4569c2d70cde522abbea3.tar.gz emacs-b242bbb073b501f7a4d4569c2d70cde522abbea3.zip | |
; lisp/org/org.el: Fix Version header.
This is flagged by the single org test that exists in Emacs.
| -rw-r--r-- | lisp/org/org.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org.el b/lisp/org/org.el index 1f7e434cefd..06e516539ed 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | ;; Keywords: outlines, hypermedia, calendar, wp | 8 | ;; Keywords: outlines, hypermedia, calendar, wp |
| 9 | ;; Homepage: https://orgmode.org | 9 | ;; Homepage: https://orgmode.org |
| 10 | 10 | ||
| 11 | ;; Version: 9.4.3 | 11 | ;; Version: 9.4.4 |
| 12 | 12 | ||
| 13 | ;; This file is part of GNU Emacs. | 13 | ;; This file is part of GNU Emacs. |
| 14 | ;; | 14 | ;; |