diff options
-rw-r--r-- | lisp/files.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el index 3ec068f953b..321c52460c9 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -2069,6 +2069,7 @@ is specified, returning t if it is specified." (put 'mode-line-buffer-identification 'risky-local-variable t) (put 'mode-line-modes 'risky-local-variable t) (put 'mode-line-position 'risky-local-variable t) +(put 'mode-line-process 'risky-local-variable t) (put 'mode-name 'risky-local-variable t) (put 'display-time-string 'risky-local-variable t) (put 'parse-time-rules 'risky-local-variable t) |