From: Oleg Pykhalov <go.wigust@gmail.com>
To: 27302@debbugs.gnu.org
Cc: Oleg Pykhalov <go.wigust@gmail.com>
Subject: bug#27302: [PATCH 2/3] gnu: emacs-dired-hacks-utils: Rename define-public
Date: Sat, 10 Jun 2017 05:02:24 +0300 [thread overview]
Message-ID: <20170610020225.14698-2-go.wigust@gmail.com> (raw)
In-Reply-To: <20170610020225.14698-1-go.wigust@gmail.com>
---
gnu/packages/emacs.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index d2b1056b6..8625f1ee4 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4874,7 +4874,7 @@ from within Emacs. Restclient runs queries from a plan-text query sheet,
displays results pretty-printed in XML or JSON with @code{restclient-mode}")
(license license:public-domain))))
-(define-public dired-hacks-utils
+(define-public emacs-dired-hacks-utils
(package
(name "emacs-dired-hacks-utils")
(version "20160527.1436")
@@ -4916,7 +4916,7 @@ collection.")
(propagated-inputs
`(("emacs-dash" ,emacs-dash)
("emacs-dired-hacks-utils"
- ,dired-hacks-utils)))
+ ,emacs-dired-hacks-utils)))
(home-page "https://github.com/Fuco1/dired-hacks")
(synopsis
"Open files from dired using using custom actions")
--
2.13.1
next prev parent reply other threads:[~2017-06-10 2:04 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-10 1:05 bug#27302: [PATCH 1/2] gnu: Add emacs-dired-hacks-utils Oleg Pykhalov
2017-06-10 1:05 ` bug#27302: [PATCH 2/2] gnu: Add emacs-dired-open Oleg Pykhalov
2017-06-10 2:02 ` bug#27302: [PATCH 1/3] gnu: emacs-dired-hacks-utils: Change origin to melpa Oleg Pykhalov
2017-06-10 2:02 ` Oleg Pykhalov [this message]
2017-06-10 2:02 ` bug#27302: [PATCH 3/3] gnu: emacs-dired-open: Rename define-public Oleg Pykhalov
2017-06-16 12:38 ` [bug#27302] [PATCH 1/3] gnu: emacs-dired-hacks-utils: Change origin to melpa Alex Kost
2017-06-16 12:38 ` [bug#27302] [PATCH 1/2] gnu: Add emacs-dired-hacks-utils Alex Kost
2017-06-22 20:02 ` Ludovic Courtès
2017-06-23 18:55 ` Alex Kost
2017-06-24 5:41 ` [bug#27302] emacs-dired-hacks-utils in one patch with github origin Oleg Pykhalov
2017-06-24 19:04 ` bug#27302: " Alex Kost
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170610020225.14698-2-go.wigust@gmail.com \
--to=go.wigust@gmail.com \
--cc=27302@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.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.