emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108116: Fix comment in log-edit.e


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108116: Fix comment in log-edit.el.
Date: Mon, 20 Aug 2012 22:13:16 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108116
committer: Chong Yidong <address@hidden>
branch nick: emacs-24
timestamp: Mon 2012-08-20 22:13:16 +0800
message:
  Fix comment in log-edit.el.
modified:
  lisp/vc/log-edit.el
=== modified file 'lisp/vc/log-edit.el'
--- a/lisp/vc/log-edit.el       2012-08-15 19:03:14 +0000
+++ b/lisp/vc/log-edit.el       2012-08-20 14:13:16 +0000
@@ -360,10 +360,10 @@
              'log-edit-header)
          nil lax)))))
 
-;; Used in Emacs 24.3+, and in Emacs's .dir-locals.el file.
-;; This is a convenience setting so that people committing files
-;; to Emacs trunk with Emacs 24point2 do not always get queried
-;; about this variable being potentially unsafe.
+;; Used in Emacs 24.3+, and in Emacs's .dir-locals.el file.  This is a
+;; convenience setting so that people committing files to Emacs trunk
+;; with Emacs 24.2 do not always get queried about this variable being
+;; potentially unsafe.
 (put 'log-edit-font-lock-gnu-style 'safe-local-variable 'booleanp)
 
 ;;;###autoload


reply via email to

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