branch: externals/ergoemacs-mode
commit 88569423b05346057979ac12890cf08eb5a78017
Author: Walter Landry <[email protected]>
Commit: Walter Landry <[email protected]>
Cleanup
---
ergoemacs-macros.el | 1 -
ergoemacs-mode.el | 1 -
2 files changed, 2 deletions(-)
diff --git a/ergoemacs-macros.el b/ergoemacs-macros.el
index 3417545..284c4c1 100644
--- a/ergoemacs-macros.el
+++ b/ergoemacs-macros.el
@@ -656,7 +656,6 @@ functions.")
When arg1 can be a property. The following properties are supported:
- :layout - returns the current (or specified by PROPERTY) keyboard layout.
-- :md5 -- returns an md5 of the currently enabled `ergoemacs-mode' options.
- :map-list, :composed-p, :composed-list, :key-hash :empty-p calls
ergoemacs-map-properties-- equivalent functions.
"
diff --git a/ergoemacs-mode.el b/ergoemacs-mode.el
index bac238c..80bd423 100644
--- a/ergoemacs-mode.el
+++ b/ergoemacs-mode.el
@@ -750,7 +750,6 @@ not be useful. However instead of using
(eval (macroexpand `(defalias ',(nth 0 x) ',(nth 1 x))))))
(autoload 'ergoemacs-component "ergoemacs-macros")
-(autoload 'ergoemacs-theme-component "ergoemacs-macros")
(autoload 'ergoemacs-theme "ergoemacs-macros")
(autoload 'ergoemacs "ergoemacs-macros")