emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] [PATCH] Use backquotes to make byte compiler expand `flet' mac


From: David Maus
Subject: [Orgmode] [PATCH] Use backquotes to make byte compiler expand `flet' macro.
Date: Sun, 27 Jun 2010 18:01:02 +0200

> This, while being an obvious (and correct) solution, is unfortunately
> not suitable for Emacs core. You're not supposed to require the cl
> package at runtime (you even get a compiler warning if you do).

I see.  So backquotes to the rescue: Tested with Emacs 23.2

emacs -Q

(progn
  (add-to-list 'load-path "~/code/org-mode/git/lisp/")

  (require 'org-install)
  (require 'org)

  (fboundp 'flet))

=> nil

M-x org-agenda RET a C-x C-w ~/test.pdf RET

Happily creates the pdf.

David Maus (1):
  Use backquotes to make byte compiler expand `flet' macro.

 lisp/org-agenda.el |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]