head 1.1; access; symbols; locks; strict; comment @; @; 1.1 date 2026.09.08.09.35.08; author wiz; state Exp; branches; next ; commitid fQf8q1dwXN7DFNUG; desc @@ 1.1 log @zenicb: adapt for emacs 31+ 'emacs -Q --batch -L . -f batch-byte-compile *el' is now happy except for zenicb-yow.el, because yow was removed from emacs Requested and tested by he@@ Bump PKGREVISION. @ text @$NetBSD$ declare dynamic binding, not lexical binding --- src/zenicb-add.el.orig 1998-03-28 00:56:14.000000000 +0000 +++ src/zenicb-add.el @@@@ -1,3 +1,5 @@@@ +;;; -*- lexical-binding: nil -*- + ;;; zenicb-add.el --- Add/redefine functions after loading zenicb.el ;;; Copyright (C) 1998 Faried Nawaz @@@@ -61,4 +63,4 @@@@ (nth 0 parsedmsg) (nth 1 parsedmsg)))) -;;; end. \ No newline at end of file +;;; end. @