[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/23: emacs: Remove leftover internal variable.
From: |
Alex Kost |
Subject: |
01/23: emacs: Remove leftover internal variable. |
Date: |
Sun, 30 Aug 2015 15:28:10 +0000 |
alezost pushed a commit to branch master
in repository guix.
commit cc77415053796b4bdfc67f9c35f1c674673ba90e
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 master updated (600233b -> eb097f3), Alex Kost, 2015/08/30
- 02/23: emacs: Add 'guix-prettify' to 'guix' custom group., Alex Kost, 2015/08/30
- 01/23: emacs: Remove leftover internal variable.,
Alex Kost <=
- 03/23: emacs: Add and use 'guix-while-search'., Alex Kost, 2015/08/30
- 04/23: emacs: Add and use 'guix-concat-strings'., Alex Kost, 2015/08/30
- 05/23: emacs: Add utils to make symbol and string for guix command., Alex Kost, 2015/08/30
- 09/23: guix lint: Export checkers and <lint-checker> accessors., Alex Kost, 2015/08/30
- 06/23: emacs: Add utils to copy guix command., Alex Kost, 2015/08/30
- 08/23: emacs: Add 'guix-memoized-defalias' macro., Alex Kost, 2015/08/30
- 07/23: emacs: Add 'guix-any'., Alex Kost, 2015/08/30
- 10/23: emacs: Add 'guix-lint-checker-names'., Alex Kost, 2015/08/30
- 17/23: ui: Add 'run-guix'., Alex Kost, 2015/08/30
- 11/23: guix graph: Export node types and <node-type> accessors., Alex Kost, 2015/08/30