]> git.eshelyaron.com Git - emacs.git/commitdiff
(mode-line-process): Mark as risky.
authorRichard M. Stallman <rms@gnu.org>
Mon, 13 Jan 2003 08:05:13 +0000 (08:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 13 Jan 2003 08:05:13 +0000 (08:05 +0000)
lisp/files.el

index 3ec068f953b1ab2a0a36871d0e4114799c792f51..321c52460c95a63625cb685bd24ab622f8b230a0 100644 (file)
@@ -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)