guix-commits
[Top][All Lists]
Advanced

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

01/01: emacs: command: Disambiguate "w" key in build options.


From: Alex Kost
Subject: 01/01: emacs: command: Disambiguate "w" key in build options.
Date: Mon, 01 Feb 2016 18:24:40 +0000

alezost pushed a commit to branch master
in repository guix.

commit 70fd33ea75cf6af784a6c9a6a883d1d0b60c324d
Author: Alex Kost <address@hidden>
Date:   Mon Feb 1 20:53:21 2016 +0300

    emacs: command: Disambiguate "w" key in build options.
    
    This is a followup to commit 47c0f92c37dc7d50d9d4598ce5b91c4cdfec6ed1.
    
    * emacs/guix-command.el (guix-command-improve-common-build-argument):
      Use "W" key for '--with-input' option (leave "w" for '--with-source').
---
 emacs/guix-command.el |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/emacs/guix-command.el b/emacs/guix-command.el
index ba6c3d2..7069c51 100644
--- a/emacs/guix-command.el
+++ b/emacs/guix-command.el
@@ -1,6 +1,6 @@
 ;;; guix-command.el --- Popup interface for guix commands  -*- 
lexical-binding: t -*-
 
-;; Copyright © 2015 Alex Kost <address@hidden>
+;; Copyright © 2015, 2016 Alex Kost <address@hidden>
 
 ;; This file is part of GNU Guix.
 
@@ -176,7 +176,8 @@ to be modified."
   '(("--no-substitutes"  :char ?s)
     ("--no-build-hook"   :char ?h)
     ("--max-silent-time" :char ?x)
-    ("--rounds"          :char ?R :fun read-number)))
+    ("--rounds"          :char ?R :fun read-number)
+    ("--with-input"      :char ?W)))
 
 (defun guix-command-improve-common-build-argument (argument)
   (guix-command-modify-argument-from-alist



reply via email to

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