mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.

commit e4182a630c40c25e50b1675991044649bcefee52
Author: Matthew L. Fidler <[email protected]>
Date:   Wed Jun 25 11:14:27 2014 -0500

    Drop FIXME
---
 ergoemacs-extras.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ergoemacs-extras.el b/ergoemacs-extras.el
index aae74ff..6c6bd1e 100644
--- a/ergoemacs-extras.el
+++ b/ergoemacs-extras.el
@@ -806,6 +806,7 @@ EXTRA is the extra directory used to gerenate the bash 
~/.inputrc
       (insert lay-ini)
       (insert "\n")
       (buffer-string))))
+
 (defvar ergoemacs-theme-hash)
 (defun ergoemacs-get-themes-ahk-ini ()
   "Gets the list of all known themes and the documentation associated with the 
themes."
@@ -826,7 +827,6 @@ EXTRA is the extra directory used to gerenate the bash 
~/.inputrc
       (goto-char (point-min))
       (while (re-search-forward "^\\([^ \n]*\\):" nil t)
         (push (match-string 1) lst)))
-    ;; FIXME: Use `push' or `cl-pushnew' instead of `add-to-list'.
     (setq re (format "^%s$" (regexp-opt lst 't)))
     (with-temp-buffer
       (let ((old-lay ergoemacs-theme))

Reply via email to