diff options
| -rw-r--r-- | lisp/vc/log-edit.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/vc/log-edit.el b/lisp/vc/log-edit.el index 4ef2732382e..a84f49884ca 100644 --- a/lisp/vc/log-edit.el +++ b/lisp/vc/log-edit.el | |||
| @@ -360,10 +360,10 @@ automatically." | |||
| 360 | 'log-edit-header) | 360 | 'log-edit-header) |
| 361 | nil lax))))) | 361 | nil lax))))) |
| 362 | 362 | ||
| 363 | ;; Used in Emacs 24.3+, and in Emacs's .dir-locals.el file. | 363 | ;; Used in Emacs 24.3+, and in Emacs's .dir-locals.el file. This is a |
| 364 | ;; This is a convenience setting so that people committing files | 364 | ;; convenience setting so that people committing files to Emacs trunk |
| 365 | ;; to Emacs trunk with Emacs 24point2 do not always get queried | 365 | ;; with Emacs 24.2 do not always get queried about this variable being |
| 366 | ;; about this variable being potentially unsafe. | 366 | ;; potentially unsafe. |
| 367 | (put 'log-edit-font-lock-gnu-style 'safe-local-variable 'booleanp) | 367 | (put 'log-edit-font-lock-gnu-style 'safe-local-variable 'booleanp) |
| 368 | 368 | ||
| 369 | ;;;###autoload | 369 | ;;;###autoload |