emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 56f8384: Minor fixes to cc-mode-tests.el


From: Philipp Stephani
Subject: [Emacs-diffs] master 56f8384: Minor fixes to cc-mode-tests.el
Date: Thu, 20 Oct 2016 19:28:56 +0000 (UTC)

branch: master
commit 56f8384bb3f20d55693a3a1db8aa2cf490e6d18e
Author: Philipp Stephani <address@hidden>
Commit: Philipp Stephani <address@hidden>

    Minor fixes to cc-mode-tests.el
    
    See Bug#24747.
    
    * progmodes/cc-mode-tests.el: Rename from cc-mode.el; fix typo in
    file-local variable; add comments to make checkdoc happy.
---
 test/lisp/progmodes/{cc-mode.el => cc-mode-tests.el} |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/test/lisp/progmodes/cc-mode.el 
b/test/lisp/progmodes/cc-mode-tests.el
similarity index 96%
rename from test/lisp/progmodes/cc-mode.el
rename to test/lisp/progmodes/cc-mode-tests.el
index 6cd9fa4..62e0a73 100644
--- a/test/lisp/progmodes/cc-mode.el
+++ b/test/lisp/progmodes/cc-mode-tests.el
@@ -1,4 +1,4 @@
-;;; cc-mode-tests.el --- Test suite for cc-mode.  -*- lexical-binning: t -*-
+;;; cc-mode-tests.el --- Test suite for cc-mode.  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2016 Free Software Foundation, Inc.
 
@@ -21,6 +21,11 @@
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
+
+;;; Commentary:
+
+;; Unit tests for cc-mode.el.
+
 ;;; Code:
 
 (require 'ert)
@@ -63,3 +68,5 @@
             '("struct \t Blah_42 \t {"
               "struct template {"
               "#include <string.h>")))))
+
+;;; cc-mode-tests.el ends here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]