Skip to content

Commit

Permalink
do not require macros because this file is preloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
davidswelt authored and dholm committed Mar 16, 2014
1 parent f483046 commit fd23261
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions aquamacs-tools.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Maintainer: David Reitter
;; Keywords: aquamacs

;; Last change: $Id: aquamacs-tools.el,v 1.40 2009/02/12 19:08:20 davidswelt Exp $
;; Last change: $Id: aquamacs-tools.el,v 1.41 2009/02/13 16:11:26 davidswelt Exp $

;; This file is part of Aquamacs Emacs
;; http://www.aquamacs.org/
Expand Down Expand Up @@ -50,8 +50,6 @@
;; ; first of alist plus rest w/ recursion
;; (get-alist-value-for-name name (cdr alist)))))

(require 'aquamacs-macros)
(eval-when-compile (require 'aquamacs-macros))

(defun running-on-a-mac-p ()
(memq window-system '(mac ns)))
Expand Down

0 comments on commit fd23261

Please sign in to comment.