Remove unused printerr! macro

This commit is contained in:
Henrik Lissner 2018-05-25 00:49:03 +02:00
parent 09cb4f6716
commit 887e3e11af
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 0 additions and 11 deletions

View file

@ -1,7 +1,6 @@
;;; core/autoload/modules.el -*- lexical-binding: t; -*-
(autoload 'print! "autoload/message" nil 'macro)
(autoload 'printerr! "autoload/message" nil 'macro)
(defun doom--server-eval (body)
(require 'server)