diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1995-05-09 02:25:50 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1995-05-09 02:25:50 +0000 |
commit | 1270d847987f8ab314d78e9c8055211a821e2fff (patch) | |
tree | 2e0c0fa5c6bef4e98f00a91808808fea32768134 /nt/_emacs | |
parent | 3f363523fd37d1ac92c6a5b27e648059433e4767 (diff) | |
download | emacs-1270d847987f8ab314d78e9c8055211a821e2fff.tar.gz |
removed ^Ms
Diffstat (limited to 'nt/_emacs')
-rw-r--r-- | nt/_emacs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nt/_emacs b/nt/_emacs index 79f01b86d3b..76ef4e58c34 100644 --- a/nt/_emacs +++ b/nt/_emacs @@ -1,3 +1,3 @@ -;;; This is the user emacs startup file (.emacs in Unix land).
-
-(put 'eval-expression 'disabled nil)
+;;; This is the user emacs startup file (.emacs in Unix land). + +(put 'eval-expression 'disabled nil) |