guix-patches
[Top][All Lists]
Advanced

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

[bug#39878] Processed: control message for bug #39878


From: Drew Adams
Subject: [bug#39878] Processed: control message for bug #39878
Date: Wed, 29 Jul 2020 08:43:14 -0700 (PDT)

I just noticed this close message.  Didn't notice
the bug report before this.

I don't understand what the problem reported was.

(The file names were written wrong in the bug
report; dunno whether that's relevant.  There's no
"s" at the end of each base file name.  E.g., it's
bookmark+-mac.el, not bookmarks+-mac.el.)

Each Lisp file that needs `bookmark+-mac.el' for
its compilation has this at the beginning, to make
sure `bookmark+-mac.el' is loaded when byte-compiling:

(eval-when-compile
 (or (condition-case nil
         ;; Use load-library to ensure latest .elc.
         (load-library "bookmark+-mac")
       (error nil))
     ;; Require, so can load separately if not on `load-path'.
     (require 'bookmark+-mac)))

> Processing commands for control@debbugs.gnu.org:
> 
> > close 39878
> bug#39878: gnu: add emacs-bookmarks+
> bug closed, send any further explanations to
> 39878@debbugs.gnu.org and nly@disroot.org (Amar M. Singh)
> 
> > quit
> Stopping processing here.
> 
> Please contact help-debbugs@gnu.org if you need assistance.
> 
> GNU bugs database,
> https://urldefense.com/v3/__http://debbugs.gnu.org/__;!!GqivPVa7Brio!OA8tb25o
> mQdQHUL-s_aQrQ1a107RcffjZ7dxn_RqhAOl43oCyu9MCfkUCKRnMYwL$
> 





reply via email to

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