Mercurial > emacs
changeset 27390:10e53615a9d2
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 22 Jan 2000 03:47:04 +0000 |
parents | 0eff88dd2524 |
children | abaa4ac29f51 |
files | lispref/modes.texi lispref/variables.texi src/ChangeLog |
diffstat | 3 files changed, 1 insertions(+), 34 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/modes.texi Sat Jan 22 03:45:48 2000 +0000 +++ b/lispref/modes.texi Sat Jan 22 03:47:04 2000 +0000 @@ -548,29 +548,6 @@ mode specification error}, followed by the original error message. @end deffn -@defopt enable-local-variables -This variable controls processing of local variables lists in files -being visited. A value of @code{t} means process the local variables -lists unconditionally; @code{nil} means ignore them; anything else means -ask the user what to do for each file. The default value is @code{t}. -@end defopt - -@defvar ignored-local-variables -This variable holds a list of variables that should not be -set by a file's local variables list. Any value specified -for one of these variables is ignored. -@end defvar - -In addition to this list, any variable whose name has a non-@code{nil} -@code{risky-local-variable} property is also ignored. - -@defopt enable-local-eval -This variable controls processing of @samp{Eval:} in local variables -lists in files being visited. A value of @code{t} means process them -unconditionally; @code{nil} means ignore them; anything else means ask -the user what to do for each file. The default value is @code{maybe}. -@end defopt - @defun set-auto-mode @cindex visited file mode This function selects the major mode that is appropriate for the @@ -682,16 +659,6 @@ not indicate which major mode to use. @end defvar -@defun hack-local-variables &optional force -This function parses, and binds or evaluates as appropriate, any local -variables specified by the contents of the current buffer. - -The handling of @code{enable-local-variables} documented for -@code{normal-mode} actually takes place here. The argument @var{force} -usually comes from the argument @var{find-file} given to -@code{normal-mode}. -@end defun - @node Mode Help @subsection Getting Help about a Major Mode @cindex mode help
--- a/lispref/variables.texi Sat Jan 22 03:45:48 2000 +0000 +++ b/lispref/variables.texi Sat Jan 22 03:47:04 2000 +0000 @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999 +@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/variables