From b459083cb7ae6618db2799a97ccad798b55397fc Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 13 Jan 2003 08:05:13 +0000 Subject: [PATCH] (mode-line-process): Mark as risky. --- lisp/files.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2