branch: externals/ergoemacs-mode
commit 7ffdf3bb132d11e7c65aac05af7d20139175e404
Author: Walter Landry <[email protected]>
Commit: Walter Landry <[email protected]>
Cleanup
---
ergoemacs-command-loop.el | 2 --
ergoemacs-theme-engine.el | 5 ++---
2 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/ergoemacs-command-loop.el b/ergoemacs-command-loop.el
index 5ccae43..1f6581a 100644
--- a/ergoemacs-command-loop.el
+++ b/ergoemacs-command-loop.el
@@ -35,8 +35,6 @@
(require 'ergoemacs-macros))
-(declare-function ergoemacs-warn "ergoemacs-lib")
-
(declare-function guide-key/close-guide-buffer "guide-key")
(declare-function guide-key/popup-function "guide-key")
diff --git a/ergoemacs-theme-engine.el b/ergoemacs-theme-engine.el
index c858a17..f92a837 100644
--- a/ergoemacs-theme-engine.el
+++ b/ergoemacs-theme-engine.el
@@ -73,7 +73,6 @@
(declare-function ergoemacs-component-find-1 "ergoemacs-component")
(declare-function ergoemacs-component--prompt "ergoemacs-component")
(declare-function ergoemacs-require "ergoemacs-lib")
-(declare-function ergoemacs-command-loop--message "ergoemacs-command-loop")
(declare-function ergoemacs-command-loop--spinner-display
"ergoemacs-command-loop")
(declare-function ergoemacs-key-description "ergoemacs-key-description")
(declare-function ergoemacs-key-description--keymap
"ergoemacs-key-description")
@@ -817,7 +816,7 @@ to png files."
process)
(if (not png-info)
(progn
- (ergoemacs-command-loop--message "Done creating png files.")
+ (message "Done creating png files.")
;; FIXME: Update images...
)
@@ -842,7 +841,7 @@ Requires `ergoemacs-inkscape' to be specified."
(format "%s \"%s\" -o \"%s\"" ergoemacs-inkscape
svg-file png-file)
png-file) ergoemacs-theme--png)
(push png-file ret))
- (message "Need inkscape and to specify inkscape location with
`ergoemacs-inkscape'.")
+ (message "Need inkscape to generate png. Specify inkscape location
with `ergoemacs-inkscape'.")
nil)))
(ergoemacs-theme--png--process)
ret))