Skip to content

Commit

Permalink
Fixing mismatched parens in recompile-init
Browse files Browse the repository at this point in the history
  • Loading branch information
demonbane committed Dec 24, 2009
1 parent 7088e3f commit e3d337d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions starter-kit-defuns.el
Expand Up @@ -149,7 +149,7 @@ Symbols matching the text at point are put first in the completion list."
(interactive)
(byte-recompile-directory dotfiles-dir 0)
;; TODO: remove elpa-to-submit once everything's submitted.
(byte-recompile-directory (concat dotfiles-dir "elpa-to-submit/" 0)))
(byte-recompile-directory (concat dotfiles-dir "elpa-to-submit/") 0))

(defun regen-autoloads (&optional force-regen)
"Regenerate the autoload definitions file if necessary and load it."
Expand Down Expand Up @@ -225,4 +225,4 @@ Symbols matching the text at point are put first in the completion list."
(vc-git-command buf 0 name "blame" "-w" rev)))

(provide 'starter-kit-defuns)
;;; starter-kit-defuns.el ends here
;;; starter-kit-defuns.el ends here

0 comments on commit e3d337d

Please sign in to comment.