emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r112872: * prog-mode.el: Comment fixe


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112872: * prog-mode.el: Comment fixes.
Date: Thu, 06 Jun 2013 17:32:13 -0400
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112872
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2013-06-06 17:32:13 -0400
message:
  * prog-mode.el: Comment fixes.
modified:
  lisp/progmodes/prog-mode.el
=== modified file 'lisp/progmodes/prog-mode.el'
--- a/lisp/progmodes/prog-mode.el       2013-06-05 18:30:47 +0000
+++ b/lisp/progmodes/prog-mode.el       2013-06-06 21:32:13 +0000
@@ -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 @@
   (setq bidi-paragraph-direction 'left-to-right))
 
 (provide 'prog-mode)
-;; arch-tag: 6f3ded02-6cc9-11d8-b018-000a95e675a6
+
 ;;; prog-mode.el ends here


reply via email to

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