guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: emacs: Add "w3m-autoloads.el".


From: Alex Kost
Subject: 04/04: gnu: emacs: Add "w3m-autoloads.el".
Date: Mon, 01 Dec 2014 12:19:36 +0000

alezost pushed a commit to branch wip-emacs-packages
in repository guix.

commit c9d941b080f6c0000b98f3ac5fdcd35cfdd87fb4
Author: Alex Kost <address@hidden>
Date:   Mon Dec 1 13:58:58 2014 +0300

    gnu: emacs: Add "w3m-autoloads.el".
    
    * gnu/packages/emacs.scm (emacs-w3m): Make "w3m-autoloads.el" by symlinking
      "w3m-load.el".
---
 gnu/packages/emacs.scm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 2186d1e..c3eef6d 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -330,6 +330,7 @@ operations.")
                      (string-append (assoc-ref outputs "out")
                                     "/share/emacs/site-lisp")
                    (for-each delete-file '("ChangeLog" "ChangeLog.1"))
+                   (symlink "w3m-load.el" "w3m-autoloads.el")
                    #t)))
           %standard-phases)))))
     (home-page "http://emacs-w3m.namazu.org/";)



reply via email to

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