]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 28 Oct 2010 14:36:59 +0000 (10:36 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 28 Oct 2010 14:36:59 +0000 (10:36 -0400)
lisp/ChangeLog
lisp/vc/log-edit.el

index 922a9e6ee6e9ba72d379e0f389a251a107f706f7..66b98e8318a0b1f8b7391b88fd5ceb3213e2525c 100644 (file)
@@ -1,3 +1,7 @@
+2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
+
 2010-10-28  Glenn Morris  <rgm@gnu.org>
 
        * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
index 80d77213abf6dc9cb15c4ef3dd82405d6af90511..c0aa595d96863fddbdd1103226f11f5f0442073c 100644 (file)
@@ -579,6 +579,8 @@ The value should be of the form (REGEXP . REPLACEMENT)
 where REGEXP should match the expression referring to a bug number
 in the text, and REPLACEMENT is an expression to pass to `replace-match'
 to build the Fixes: header.")
+(put 'log-edit-rewrite-fixes 'safe-local-variable
+     (lambda (v) (and (stringp (car-safe v)) (stringp (cdr v)))))
 
 (defun log-edit-insert-changelog (&optional use-first)
   "Insert a log message by looking at the ChangeLog.