From c5de26b468adddafb0d50d44de06a1169d20da92 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 6 Jun 2013 17:32:13 -0400 Subject: [PATCH] * prog-mode.el: Comment fixes. --- lisp/progmodes/prog-mode.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/progmodes/prog-mode.el b/lisp/progmodes/prog-mode.el index 483d1cd9cda..e2700414636 100644 --- a/lisp/progmodes/prog-mode.el +++ b/lisp/progmodes/prog-mode.el @@ -1,6 +1,6 @@ -;;; prog-mode.el --- Generic major mode for programming -*- lexical-binding:t -*- +;;; prog-mode.el --- Generic major mode for programming -*- lexical-binding: t -*- -;; Copyright (C) Free Software Foundation, Inc. +;; Copyright (C) 2013 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal @@ -115,5 +115,5 @@ Internally, `font-lock-add-keywords' is called." (setq bidi-paragraph-direction 'left-to-right)) (provide 'prog-mode) -;; arch-tag: 6f3ded02-6cc9-11d8-b018-000a95e675a6 + ;;; prog-mode.el ends here -- 2.11.4.GIT