guix-commits
[Top][All Lists]
Advanced

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

01/24: emacs: Remove leftover internal variable.


From: Alex Kost
Subject: 01/24: emacs: Remove leftover internal variable.
Date: Fri, 28 Aug 2015 20:06:30 +0000

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

commit 4774d692bf7719929eed67738363107b69c21715
Author: Alex Kost <address@hidden>
Date:   Thu Aug 27 22:24:17 2015 +0300

    emacs: Remove leftover internal variable.
    
    This is a followup to commit 74cc67372ec3771b157c015da4ba7ed5d921799f.
    
    * emacs/guix-base.el (guix-define-buffer-type): Remove 'mode-map'
      variable.
---
 emacs/guix-base.el |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/emacs/guix-base.el b/emacs/guix-base.el
index fe89584..2212dd7 100644
--- a/emacs/guix-base.el
+++ b/emacs/guix-base.el
@@ -392,7 +392,6 @@ following keywords are available:
          (prefix         (concat "guix-" entry-type-str "-" buf-type-str))
          (group          (intern prefix))
          (mode-map-str   (concat prefix "-mode-map"))
-         (mode-map       (intern mode-map-str))
          (parent-mode    (intern (concat "guix-" buf-type-str "-mode")))
          (mode           (intern (concat prefix "-mode")))
          (mode-init-fun  (intern (concat prefix "-mode-initialize")))



reply via email to

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