aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-08-09 06:17:30 +0000
committerRichard M. Stallman1993-08-09 06:17:30 +0000
commit2c5725d29c46fe013c4f5ce7d8ccfc4728d692cc (patch)
treee7b03f27948f60b02fa0b490dc5aae89eb9f95a8
parent6d3c6adbdf4d047d007473ff693a9fade8563c42 (diff)
downloademacs-2c5725d29c46fe013c4f5ce7d8ccfc4728d692cc.tar.gz
emacs-2c5725d29c46fe013c4f5ce7d8ccfc4728d692cc.zip
(enable-local-variables): setq deleted.
-rw-r--r--lisp/tpu-doc.el8
1 files changed, 2 insertions, 6 deletions
diff --git a/lisp/tpu-doc.el b/lisp/tpu-doc.el
index 7811fe0c393..c5a9cc8bbd9 100644
--- a/lisp/tpu-doc.el
+++ b/lisp/tpu-doc.el
@@ -21,8 +21,8 @@
21;; along with GNU Emacs; see the file COPYING. If not, write to 21;; along with GNU Emacs; see the file COPYING. If not, write to
22;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 22;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
23 23
24;;; Revision: $Id: tpu-doc.el,v 3.2 1993/08/01 21:36:48 riepel Exp $ 24;;; Revision: $Id: tpu-doc.el,v 1.2 1993/08/04 08:18:28 rms Exp rms $
25(defconst tpu-doc-revision "$Revision: 3.2 $" 25(defconst tpu-doc-revision "$Revision: 1.2 $"
26 "TPU-edt documentation revision number.") 26 "TPU-edt documentation revision number.")
27 27
28 28
@@ -312,10 +312,6 @@
312;; hate that! This line will make sure that files end with newlines. 312;; hate that! This line will make sure that files end with newlines.
313(setq require-final-newline t) 313(setq require-final-newline t)
314 314
315;; Emacs has the ability to automatically run code embedded in files
316;; you edit. This line makes emacs ask if you want to run the code.
317(setq inhibit-local-variables t)
318
319;; Emacs uses Control-s and Control-q. Problems can occur when using emacs 315;; Emacs uses Control-s and Control-q. Problems can occur when using emacs
320;; on terminals that use these codes for flow control (Xon/Xoff flow control). 316;; on terminals that use these codes for flow control (Xon/Xoff flow control).
321;; These lines disable emacs' use of these characters. 317;; These lines disable emacs' use of these characters.