From 772c91c8ab5ca5e726edfd78e87bbdb0c1974071 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Mon, 14 Apr 2014 19:27:54 +0200 Subject: emacs: fix byte compile error --- emacs | 1 + emacs.elc | Bin 11473 -> 11505 bytes 2 files changed, 1 insertion(+) diff --git a/emacs b/emacs index b559769..7056587 100644 --- a/emacs +++ b/emacs @@ -2,6 +2,7 @@ (setq custom-file "~/.emacs.d/emacs-custom.el") (load custom-file) +(setq warning-suppress-types nil) ;; load-path anpassen (let* ((my-lisp-dir "~/.emacs.d/lisp") diff --git a/emacs.elc b/emacs.elc index 1720ff8..0143c2a 100644 Binary files a/emacs.elc and b/emacs.elc differ -- cgit v1.2.3