changeset 4502:747d934e48f0

(enable-local-variables): setq deleted.
author Richard M. Stallman <rms@gnu.org>
date Mon, 09 Aug 1993 06:17:30 +0000
parents 9352d7d021c2
children b6215383480a
files lisp/=tpu-doc.el
diffstat 1 files changed, 2 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/=tpu-doc.el	Mon Aug 09 06:04:14 1993 +0000
+++ b/lisp/=tpu-doc.el	Mon Aug 09 06:17:30 1993 +0000
@@ -21,8 +21,8 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
-;;; Revision: $Id: tpu-doc.el,v 3.2 1993/08/01 21:36:48 riepel Exp $
-(defconst tpu-doc-revision "$Revision: 3.2 $"
+;;; Revision: $Id: tpu-doc.el,v 1.2 1993/08/04 08:18:28 rms Exp rms $
+(defconst tpu-doc-revision "$Revision: 1.2 $"
   "TPU-edt documentation revision number.")
 
 
@@ -312,10 +312,6 @@
 ;; hate that!  This line will make sure that files end with newlines.
 (setq require-final-newline t)
 
-;; Emacs has the ability to automatically run code embedded in files
-;; you edit.  This line makes emacs ask if you want to run the code.
-(setq inhibit-local-variables t)
-
 ;; Emacs uses Control-s and Control-q.  Problems can occur when using emacs
 ;; on terminals that use these codes for flow control (Xon/Xoff flow control).
 ;; These lines disable emacs' use of these characters.