[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")))
- branch wip-emacs-popup-ui created (now a7d4674), Alex Kost, 2015/08/28
- 01/24: emacs: Remove leftover internal variable.,
Alex Kost <=
- 02/24: emacs: Add 'guix-prettify' to 'guix' custom group., Alex Kost, 2015/08/28
- 06/24: emacs: Add utils to copy guix command., Alex Kost, 2015/08/28
- 03/24: emacs: Add and use 'guix-while-search'., Alex Kost, 2015/08/28
- 04/24: emacs: Add and use 'guix-concat-strings'., Alex Kost, 2015/08/28
- 05/24: emacs: Add utils to make symbol and string for guix command., Alex Kost, 2015/08/28
- 07/24: emacs: Add 'guix-any'., Alex Kost, 2015/08/28
- 08/24: emacs: Add 'guix-memoized-defalias' macro., Alex Kost, 2015/08/28
- 09/24: guix lint: Export checkers and <lint-checker> accessors., Alex Kost, 2015/08/28
- 10/24: emacs: Add 'guix-lint-checker-names'., Alex Kost, 2015/08/28
- 11/24: guix graph: Export node types and <node-type> accessors., Alex Kost, 2015/08/28