# HG changeset patch # User Richard M. Stallman # Date 948512824 0 # Node ID 10e53615a9d22cfbfd9738cb2fcb1ce7519ef0f2 # Parent 0eff88dd2524de58c64b73bfc1b7e35da75a5a29 *** empty log message *** diff -r 0eff88dd2524 -r 10e53615a9d2 lispref/modes.texi --- 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 diff -r 0eff88dd2524 -r 10e53615a9d2 lispref/variables.texi --- 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 diff -r 0eff88dd2524 -r 10e53615a9d2 src/ChangeLog Binary file src/ChangeLog has changed