changeset 32870:cc5f38852c1d

Remove file mac/.emacs.
author Andrew Choi <akochoi@shaw.ca>
date Wed, 25 Oct 2000 11:48:28 +0000
parents 59ce5f754d90
children 361743be1fa8
files mac/.emacs mac/ChangeLog
diffstat 2 files changed, 1 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/mac/.emacs	Wed Oct 25 11:47:10 2000 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-; MPW does not allow saving a file with name beginning with a period.
-; Use Emacs or SimpleText to edit and save this file instead.
-
-(cond ((fboundp 'global-font-lock-mode)
-       ;; Turn on font-lock in all modes that support it
-       (global-font-lock-mode t)
-       ;; Maximum colors
-       (setq font-lock-maximum-decoration t)))
-
-(setq default-frame-alist '((font . "fontset-mac")))
--- a/mac/ChangeLog	Wed Oct 25 11:47:10 2000 +0000
+++ b/mac/ChangeLog	Wed Oct 25 11:48:28 2000 +0000
@@ -8,7 +8,7 @@
 
 	* inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h.
 
-a2000-10-24  Andrew Choi  <akochoi@i-cable.com>
+2000-10-24  Andrew Choi  <akochoi@i-cable.com>
 
 	* src/macterm.c (XTread_socket): check whether Lisp variable
 	mac-ready-for-drag-n-drop is bound rather than non-nil value.