* Tiny doc-view fix
@ 2008-03-18 10:46 David Hansen
2008-03-18 12:03 ` Tassilo Horn
0 siblings, 1 reply; 2+ messages in thread
From: David Hansen @ 2008-03-18 10:46 UTC (permalink / raw)
To: emacs-devel
[-- Attachment #1: Type: text/plain, Size: 29 bytes --]
Hello,
needed for `assert'
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 282 bytes --]
*** doc-view.el.~1.58.~ 2008-03-17 21:10:13.000000000 +0100
--- doc-view.el 2008-03-18 11:32:08.000000000 +0100
***************
*** 133,138 ****
--- 133,139 ----
;;; Code:
+ (eval-when-compile (require 'cl))
(require 'dired)
(require 'image-mode)
(require 'jka-compr)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Tiny doc-view fix
2008-03-18 10:46 Tiny doc-view fix David Hansen
@ 2008-03-18 12:03 ` Tassilo Horn
0 siblings, 0 replies; 2+ messages in thread
From: Tassilo Horn @ 2008-03-18 12:03 UTC (permalink / raw)
To: emacs-devel
David Hansen <david.hansen@gmx.net> writes:
Hi David,
> needed for `assert'
>
> *** doc-view.el.~1.58.~ 2008-03-17 21:10:13.000000000 +0100
> --- doc-view.el 2008-03-18 11:32:08.000000000 +0100
> ***************
> *** 133,138 ****
> --- 133,139 ----
>
> ;;; Code:
>
> + (eval-when-compile (require 'cl))
> (require 'dired)
> (require 'image-mode)
> (require 'jka-compr)
Thanks, I've applied it.
Bye,
Tassilo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-03-18 12:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-18 10:46 Tiny doc-view fix David Hansen
2008-03-18 12:03 ` Tassilo Horn
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.