(x_connection_closed): Reset handling_signal.
[bpt/emacs.git] / mac / .emacs
CommitLineData
1a578e9b
AC
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")))