emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/ergoemacs-mode dea954c 229/325: Remove ergoemacs-compon


From: Stefan Monnier
Subject: [elpa] externals/ergoemacs-mode dea954c 229/325: Remove ergoemacs-component
Date: Sat, 23 Oct 2021 18:48:59 -0400 (EDT)

branch: externals/ergoemacs-mode
commit dea954cd89c43f22307645856fb28642fd60c022
Author: Walter Landry <wlandry@caltech.edu>
Commit: Walter Landry <wlandry@caltech.edu>

    Remove ergoemacs-component
---
 ergoemacs-macros.el | 11 -----------
 ergoemacs-mode.el   |  1 -
 2 files changed, 12 deletions(-)

diff --git a/ergoemacs-macros.el b/ergoemacs-macros.el
index 5967018..946c2db 100644
--- a/ergoemacs-macros.el
+++ b/ergoemacs-macros.el
@@ -235,17 +235,6 @@ distinguish from the ASCII equivalents:
            remaining)))
     remaining))
 
-;;;###autoload
-(defmacro ergoemacs-component (&rest body-and-plist)
-  "A component of an ergoemacs-theme.
-
-This places BODY-AND-PLIST in the `ergoemacs-theme-component'
-macro."
-  (declare (doc-string 2)
-           (indent 2))
-  (macroexpand-all `(ergoemacs-theme-component ,@body-and-plist)))
-
-
 (defvar ergoemacs-theme-component-properties
   '(:bind
     :bind-keymap
diff --git a/ergoemacs-mode.el b/ergoemacs-mode.el
index 83ad9ff..3cd3455 100644
--- a/ergoemacs-mode.el
+++ b/ergoemacs-mode.el
@@ -699,7 +699,6 @@ not be useful.  However instead of using
   (dolist (x ergoemacs-aliases)
     (eval (macroexpand `(defalias ',(nth 0 x) ',(nth 1 x))))))
 
-(autoload 'ergoemacs-component "ergoemacs-macros")
 (autoload 'ergoemacs "ergoemacs-macros")
 
 (defcustom ergoemacs-keyboard-layout "us"



reply via email to

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