diff options
author | Glenn Morris <rgm@gnu.org> | 2011-05-09 19:31:42 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-05-09 19:31:42 -0700 |
commit | b8f82dc15fc7370329930323082d9faf2a5fc7ad (patch) | |
tree | 6d8c9e61daee68c5d443165b2d18ec7af864df84 /lisp/net | |
parent | 4f99f44b34c11935e00eb7acd3d464abd903ab53 (diff) | |
download | emacs-b8f82dc15fc7370329930323082d9faf2a5fc7ad.tar.gz |
Deprecate using "mode:" to enable minor modes (bug#8613)
* lisp/files.el (hack-one-local-variable-eval-safep):
Consider "eval: (foo-mode)" to be safe.
* doc/emacs/custom.texi (Specifying File Variables):
Deprecate using mode: for minor modes.
* etc/NEWS: Mention this.
* lisp/doc-view.el, lisp/net/soap-client.el:
Change "mode:" minor-mode file local variables to use "eval:".
Diffstat (limited to 'lisp/net')
-rw-r--r-- | lisp/net/soap-client.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/soap-client.el b/lisp/net/soap-client.el index b5453733d1d..9862332bf3f 100644 --- a/lisp/net/soap-client.el +++ b/lisp/net/soap-client.el @@ -1745,7 +1745,7 @@ operations in a WSDL document." ;;; Local Variables: -;;; mode: outline-minor +;;; eval: (outline-minor-mode) ;;; outline-regexp: ";;;;+" ;;; End: |