From: Richard M. Stallman Date: Mon, 13 Jan 2003 08:05:13 +0000 (+0000) Subject: (mode-line-process): Mark as risky. X-Git-Tag: ttn-vms-21-2-B4~11704 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b459083cb7ae6618db2799a97ccad798b55397fc;p=emacs.git (mode-line-process): Mark as risky. --- 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)