diff options
| author | Andrew Choi | 2000-10-25 11:48:28 +0000 |
|---|---|---|
| committer | Andrew Choi | 2000-10-25 11:48:28 +0000 |
| commit | eff8b78d7fc1dc25375e0fff55680a15787d994a (patch) | |
| tree | 8f4392b4b1f80e45bc5fbf946d032b231e4a0edc /mac | |
| parent | 2d7d039022666382c709919697fb9581998edbd4 (diff) | |
| download | emacs-eff8b78d7fc1dc25375e0fff55680a15787d994a.tar.gz emacs-eff8b78d7fc1dc25375e0fff55680a15787d994a.zip | |
Remove file mac/.emacs.
Diffstat (limited to 'mac')
| -rw-r--r-- | mac/.emacs | 10 | ||||
| -rw-r--r-- | mac/ChangeLog | 2 |
2 files changed, 1 insertions, 11 deletions
diff --git a/mac/.emacs b/mac/.emacs deleted file mode 100644 index 46405165803..00000000000 --- a/mac/.emacs +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | ; MPW does not allow saving a file with name beginning with a period. | ||
| 2 | ; Use Emacs or SimpleText to edit and save this file instead. | ||
| 3 | |||
| 4 | (cond ((fboundp 'global-font-lock-mode) | ||
| 5 | ;; Turn on font-lock in all modes that support it | ||
| 6 | (global-font-lock-mode t) | ||
| 7 | ;; Maximum colors | ||
| 8 | (setq font-lock-maximum-decoration t))) | ||
| 9 | |||
| 10 | (setq default-frame-alist '((font . "fontset-mac"))) | ||
diff --git a/mac/ChangeLog b/mac/ChangeLog index 9ff18712ef5..60fed9c1a41 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | 8 | ||
| 9 | * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h. | 9 | * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h. |
| 10 | 10 | ||
| 11 | a2000-10-24 Andrew Choi <akochoi@i-cable.com> | 11 | 2000-10-24 Andrew Choi <akochoi@i-cable.com> |
| 12 | 12 | ||
| 13 | * src/macterm.c (XTread_socket): check whether Lisp variable | 13 | * src/macterm.c (XTread_socket): check whether Lisp variable |
| 14 | mac-ready-for-drag-n-drop is bound rather than non-nil value. | 14 | mac-ready-for-drag-n-drop is bound rather than non-nil value. |