Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. (boundp 'aquamacs-version)
  2.  
  3. (unless (null window-system) ...)
  4.  
  5. M-x emacs-version
  6.  
  7. (emacs-version)
  8.  
  9. (if (window-system)
  10. "window-based"
  11. "text-based")
  12.  
  13. (if (or (eq window-system 'ns)
  14. (eq window-system 'mac))
  15. (message "hello, world!"))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement