From 04748e85660b5686cba5528c44db1f8554f31583 Mon Sep 17 00:00:00 2001 From: Van L Date: Sun, 23 Jun 2019 19:07:38 +0200 Subject: [PATCH] Add a Code: tag to subr.el * lisp/subr.el: Add a Code: tag comment (bug#35595). --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/subr.el b/lisp/subr.el index 7ec6b81154d..baff1e909a1 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -22,7 +22,7 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs. If not, see . - +;;; Code: ;; declare-function's args use &rest, not &optional, for compatibility ;; with byte-compile-macroexpand-declare-function. -- 2.39.5