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

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

[elpa] externals/csharp-mode c7932f9 156/459: Remove useless autoloads


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode c7932f9 156/459: Remove useless autoloads
Date: Sun, 22 Aug 2021 13:59:17 -0400 (EDT)

branch: externals/csharp-mode
commit c7932f9c3df4824fb9903a82ea54fa35c18e4f8c
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: Vasilij Schneidermann <v.schneidermann@gmail.com>

    Remove useless autoloads
---
 csharp-mode.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/csharp-mode.el b/csharp-mode.el
index b7ede56..fbdcb4b 100644
--- a/csharp-mode.el
+++ b/csharp-mode.el
@@ -1385,7 +1385,6 @@ This regexp is assumed to not match any non-operator 
identifier."
 
 
 ;; Custom variables
-;;;###autoload
 (defcustom csharp-mode-hook nil
   "*Hook called by `csharp-mode'."
   :type 'hook
@@ -1405,7 +1404,6 @@ Most other csharp functions are not instrumented.
   :group 'csharp)
 
 
-;;;###autoload
 (defcustom csharp-want-imenu t
   "*Whether to generate a buffer index via imenu for C# buffers."
   :type 'boolean :group 'csharp)



reply via email to

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