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 r108113: * lisp/vc/log-edit.el (lo


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108113: * lisp/vc/log-edit.el (log-edit-font-lock-gnu-style): Mark safe if boolean.
Date: Wed, 15 Aug 2012 15:03:14 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108113
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Wed 2012-08-15 15:03:14 -0400
message:
  * lisp/vc/log-edit.el (log-edit-font-lock-gnu-style): Mark safe if boolean.
  Do not merge to trunk.
modified:
  lisp/ChangeLog
  lisp/vc/log-edit.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-08-15 16:12:37 +0000
+++ b/lisp/ChangeLog    2012-08-15 19:03:14 +0000
@@ -2,6 +2,10 @@
 
        * Version 24.2 released.
 
+2012-08-15  Glenn Morris  <address@hidden>
+
+       * vc/log-edit.el (log-edit-font-lock-gnu-style): Mark safe if boolean.
+
 2012-08-15  Leo Liu  <address@hidden>
 
        * net/rcirc.el (rcirc-split-message): Fix for buffer-local

=== modified file 'lisp/vc/log-edit.el'
--- a/lisp/vc/log-edit.el       2012-01-19 07:21:25 +0000
+++ b/lisp/vc/log-edit.el       2012-08-15 19:03:14 +0000
@@ -360,6 +360,12 @@
              '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.
+(put 'log-edit-font-lock-gnu-style 'safe-local-variable 'booleanp)
+
 ;;;###autoload
 (defun log-edit (callback &optional setup params buffer mode &rest _ignore)
   "Setup a buffer to enter a log message.


reply via email to

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