diff options
| author | Eli Zaretskii | 2016-12-01 20:26:54 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2016-12-01 20:26:54 +0200 |
| commit | dd4b913153a818dbd42cb395d2c36f216e09a8ec (patch) | |
| tree | 85d6a0881b5a350909c3cf9ed9b1e979649b408e | |
| parent | bb8e38273e701ad5c65e747e8eda3bd8f3aa4adb (diff) | |
| download | emacs-dd4b913153a818dbd42cb395d2c36f216e09a8ec.tar.gz emacs-dd4b913153a818dbd42cb395d2c36f216e09a8ec.zip | |
; * test/lisp/progmodes/compile-tests.el: Fix a typo in a comment.
| -rw-r--r-- | test/lisp/progmodes/compile-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/progmodes/compile-tests.el b/test/lisp/progmodes/compile-tests.el index 89615760c77..265baf2085a 100644 --- a/test/lisp/progmodes/compile-tests.el +++ b/test/lisp/progmodes/compile-tests.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; compile-tests.el --- Test suite for font parsing. | 1 | ;;; compile-tests.el --- Test suite for compile.el. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2011-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||