diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-03-22 12:09:25 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-03-22 21:17:38 -0400 |
commit | 155f9afde5ce7f1aa72ee0e889d1f9d432896c41 (patch) | |
tree | e50d3d888920e9d7193c42834c793f34e51d75ab /gnu/packages/aux-files | |
parent | afc6b1c0b635e3268795c0f766be408c5e9858e7 (diff) |
gnu: emacs: Remove obsolete FIXME comment.
* gnu/packages/aux-files/emacs/guix-emacs.el: Remove comment.
Diffstat (limited to 'gnu/packages/aux-files')
-rw-r--r-- | gnu/packages/aux-files/emacs/guix-emacs.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/aux-files/emacs/guix-emacs.el b/gnu/packages/aux-files/emacs/guix-emacs.el index 25a87ee52d..ca9146c535 100644 --- a/gnu/packages/aux-files/emacs/guix-emacs.el +++ b/gnu/packages/aux-files/emacs/guix-emacs.el @@ -45,8 +45,6 @@ The files in the list do not have extensions (.el, .elc)." 'Autoload' means to load the 'autoloads' files matching `guix-emacs-autoloads-regexp'." - ;; FIXME: The autoloads generated by the emacs-build-system are not byte - ;; compiled. (interactive) (let* ((emacs-non-core-load-path-directories ;; Filter out core Elisp directories, which are already autoloaded |