summaryrefslogtreecommitdiff
path: root/test/lisp/cedet/semantic/format-resources/test-fmt.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2021-03-18 23:32:57 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2021-03-18 23:32:57 -0400
commitb815445cea741a61cdab7f90bdf7a0ddc487fc5b (patch)
tree3d4f4c59e8877b0acff09fa9fb87fa396bd608b2 /test/lisp/cedet/semantic/format-resources/test-fmt.el
parentf463633f007a92418f1ea7d46347824d51373aa3 (diff)
downloademacs-b815445cea741a61cdab7f90bdf7a0ddc487fc5b.tar.gz
Fix copyright lines mistakenly treated as outline headers
* lisp/emacs-lisp/generator.el: * test/lisp/cedet/semantic-utest.el: * test/lisp/cedet/semantic/format-tests.el: * test/lisp/cedet/semantic/fw-tests.el: * test/lisp/cedet/semantic/bovine/gcc-tests.el: * test/lisp/cedet/semantic/format-resources/test-fmt.el: * test/manual/cedet/semantic-tests.el: * lisp/obsolete/inversion.el: Use only 2 semi-colons before "Copyright".
Diffstat (limited to 'test/lisp/cedet/semantic/format-resources/test-fmt.el')
-rw-r--r--test/lisp/cedet/semantic/format-resources/test-fmt.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/cedet/semantic/format-resources/test-fmt.el b/test/lisp/cedet/semantic/format-resources/test-fmt.el
index 941aaae8595..8458a8e6510 100644
--- a/test/lisp/cedet/semantic/format-resources/test-fmt.el
+++ b/test/lisp/cedet/semantic/format-resources/test-fmt.el
@@ -1,6 +1,6 @@
;;; test-fmt.el --- test semantic tag formatting -*- lexical-binding: t -*-
-;;; Copyright (C) 2012, 2019-2021 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2021 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>