emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/ujelly-theme 0be4877 058/137: remove space in magit autolo


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme 0be4877 058/137: remove space in magit autoload comment
Date: Thu, 21 Oct 2021 18:12:10 -0400 (EDT)

branch: elpa/ujelly-theme
commit 0be4877f520a9e71ee619e1737c75f5c4fdaf8b8
Author: Mark Tran <mark.tran@gmail.com>
Commit: Mark Tran <mark.tran@gmail.com>

    remove space in magit autoload comment
---
 ujelly-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index f434f4f..54411f0 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -2,7 +2,7 @@
 
 ;; Author: Mark Tran <mark.tran@gmail.com>
 ;; URL: http://github.com/marktran/color-theme-ujelly
-;; Version: 1.0.39
+;; Version: 1.0.40
 
 ;; Inspired by jellybeans: 
http://www.vim.org/scripts/script.php?script_id=2555.
 (deftheme ujelly "The ujelly color theme")
@@ -126,7 +126,7 @@
        `(web-mode-symbol-face ((,class (:foreground ,ujelly-green-1))))
        `(whitespace-trailing ((,class (:background ,ujelly-red-1))))))
 
-;;; ###autoload
+;;;###autoload
 (when load-file-name
   (add-to-list 'custom-theme-load-path
                (file-name-as-directory (file-name-directory load-file-name))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]