diff options
author | Richard M. Stallman <rms@gnu.org> | 2003-01-13 08:05:13 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2003-01-13 08:05:13 +0000 |
commit | b459083cb7ae6618db2799a97ccad798b55397fc (patch) | |
tree | 04c5dd7e3e87b8b965d78ccc8f16cb8443b6bab9 /lisp | |
parent | d92c27571f08cbdb828fb8ee2a46149bafba68f0 (diff) | |
download | emacs-b459083cb7ae6618db2799a97ccad798b55397fc.tar.gz |
(mode-line-process): Mark as risky.
Diffstat (limited to 'lisp')
-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) |