branch: externals/a68-mode
commit dcfdaf766730993292745684baaa93a0ee385fd5
Author: Jose E. Marchesi <jose.march...@oracle.com>
Commit: Jose E. Marchesi <jose.march...@oracle.com>

    a68-mode.el: remove redundant a68-mode-hook
---
 a68-mode.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/a68-mode.el b/a68-mode.el
index 9df04fa51b..56ad09ddaf 100644
--- a/a68-mode.el
+++ b/a68-mode.el
@@ -59,9 +59,6 @@
                  (const "COMMENT"))
   :safe #'consp)
 
-(defvar a68-mode-hook '()
-  "Hook run when entering Algol68 mode.")
-
 (defvar a68-mode-map
   (let ((map (make-sparse-keymap)))
     (define-key map (kbd "C-j") #'newline-and-indent)

Reply via email to