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

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

[elpa] scratch/hyperbole 21746cca6a 08/15: * hact.el: Fix broken lexical


From: Stefan Monnier
Subject: [elpa] scratch/hyperbole 21746cca6a 08/15: * hact.el: Fix broken lexical-binding cookie
Date: Mon, 29 May 2023 23:02:01 -0400 (EDT)

branch: scratch/hyperbole
commit 21746cca6aae4dd93ac5436e2e9f22bd2e499b13
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * hact.el: Fix broken lexical-binding cookie
---
 hact.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hact.el b/hact.el
index b1910c1b66..046afc16c5 100644
--- a/hact.el
+++ b/hact.el
@@ -1,4 +1,4 @@
-;;; hact.el --- GNU Hyperbole button action handling  -*- lexical-binding: t; 
-let*-
+;;; hact.el --- GNU Hyperbole button action handling  -*- lexical-binding: t; 
-*-
 ;;
 ;; Author:       Bob Weiner
 ;;
@@ -465,6 +465,7 @@ The type uses PARAMS to perform DEFAULT-ACTION (list of the 
rest of the
 arguments).  A call to this function is syntactically the same as for
 `defun',  but a doc string is required.
 Return symbol created when successful, else nil."
+  (declare (doc-string 3))
   `(progn
      (symtable:add ',type symtable:actypes)
      (htype:create ,type actypes ,doc ,params ,default-action nil)))



reply via email to

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