merge 136779 222518
tag 136779 +pending
thanks

> On Mon, Mar 04, 2002 at 03:17:39PM +0100, Francesco Potorti` wrote:
> 
> The following patch should be applied to debian-startup.el, because the
> init stubs in /etc/emacs/site-start.d should be called unconditionally:
> 
> --- debian-startup.el~        Mon Feb 18 18:46:49 2002
> +++ debian-startup.el Mon Mar  4 15:13:47 2002
> @@ -148,11 +148,11 @@ supercedes a .el file of the same name."
>    ;; right now, but I'll come back later and make all this cleaner and
>    ;; better documented.  Sorry.
>  
> -  (if (not (boundp 'debian-emacs-flavor))
> +  (unless (boundp 'debian-emacs-flavor)
>        (defconst debian-emacs-flavor flavor

For the records, this is already fixed in emacsen-common NMU I am preparing,
currently available from

http://people.debian.org/~agmartin/debian-store/misc/

in the not yet complete form and version. Only difference is that I used

  (or (boundp 'debian-emacs-flavor)
      (defconst debian-emacs-flavor flavor

Since this is the same bug as #222518 I am merging both bug reports and
tagging them as pending.

Thanks for the info.

-- 
Agustin



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to