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

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

[nongnu] elpa/proof-general df4013732e 22/25: qrhl: Removed autoload coo


From: ELPA Syncer
Subject: [nongnu] elpa/proof-general df4013732e 22/25: qrhl: Removed autoload cookie from customizable options.
Date: Mon, 28 Feb 2022 07:58:46 -0500 (EST)

branch: elpa/proof-general
commit df4013732ea20e2f01c30ce5ccbcc9079e7cd3d5
Author: Dominique Unruh <unruh@ut.ee>
Commit: Dominique Unruh <unruh@ut.ee>

    qrhl: Removed autoload cookie from customizable options.
    
    (As recommended by 
https://www.gnu.org/software/emacs/manual/html_node/elisp/When-to-Autoload.html.
 "Don’t autoload a user option just so that a user can set it.")
---
 qrhl/qrhl.el | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/qrhl/qrhl.el b/qrhl/qrhl.el
index b837941fa0..9a3f44b6cb 100644
--- a/qrhl/qrhl.el
+++ b/qrhl/qrhl.el
@@ -19,15 +19,10 @@
   (require 'qrhl-input))
 
 
-;;;###autoload
-(defgroup qrhl nil "qRHL prover settings")
-
-;;;###autoload
 (defcustom qrhl-input-method "qrhl" "Input method to use when editing qRHL 
proof scripts"
   :type '(string) :group 'qrhl)
 
-;;;###autoload
-(defcustom qrhl-prog-name "qrhl" "Name/path of the qrhl-prover command"
+(defcustom qrhl-prog-name "qrhl" "Name/path of the qrhl-prover command. 
(Restart Emacs after changing this.)"
   :type '(string) :group 'qrhl)
 
 (defun qrhl-find-and-forget (span)



reply via email to

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