help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: doc-view.el --- View PDF/PostStript/DVI files in Emacs


From: Xavier Maillard
Subject: Re: doc-view.el --- View PDF/PostStript/DVI files in Emacs
Date: Thu, 30 Aug 2007 01:42:07 +0200
User-agent: Rmail in GNU Emacs 23.0.51.2 on GNU/Linux

Hi Tassilo,

   --8<---------------cut here---------------start------------->8---
   (defmacro defparameter (symbol &optional initvalue docstring)
     "Common Lisps defparameter."
     `(progn
        (defvar ,symbol nil ,docstring)
        (setq   ,symbol ,initvalue)))
   --8<---------------cut here---------------end--------------->8---

   But that was just a typo.  Please update, I removed it.

I do not see what the typo you are talking about is. Where is the
error in this code snipet ?

        Xavier
-- 
http://www.gnu.org
http://www.april.org
http://www.lolica.org




reply via email to

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