]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/cmacexp.el
; Remove extraneous "coding: utf-8" specifications in Elisp files
[gnu-emacs] / lisp / progmodes / cmacexp.el
index 005e71a825e620453509073007806a2e4723b4ac..9953cae2bef5790fe4db833832f52c9b19aad924 100644 (file)
@@ -390,7 +390,7 @@ Optional arg DISPLAY non-nil means show messages in the echo area."
                ;; the way of font-lock, highlighting etc.
                (insert
                 (format
-                 "/* Preprocessor terminated with status %s\n\n   Messages from '%s\':\n\n"
+                 "/* Preprocessor terminated with status %s\n\n   Messages from '%s':\n\n"
                  exit-status cppcommand))
                (goto-char (+ (point)
                              (nth 1 (insert-file-contents tempname))))
@@ -405,7 +405,3 @@ Optional arg DISPLAY non-nil means show messages in the echo area."
       (kill-buffer outbuf))))
 
 ;;; cmacexp.el ends here
-
-;; Local Variables:
-;; coding: utf-8
-;; End: