summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorVan L <van@scratch.space>2019-06-23 19:07:38 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2019-06-23 19:07:43 +0200
commit04748e85660b5686cba5528c44db1f8554f31583 (patch)
treeb27dd7d20eb825a07b90db202dff1738ee12737d /lisp
parent985a2d352077c2d7e7c5021785424dbc121e6fb5 (diff)
downloademacs-04748e85660b5686cba5528c44db1f8554f31583.tar.gz
Add a Code: tag to subr.el
* lisp/subr.el: Add a Code: tag comment (bug#35595).
Diffstat (limited to 'lisp')
-rw-r--r--lisp/subr.el2
1 files changed, 1 insertions, 1 deletions
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 <https://www.gnu.org/licenses/>.
-
+;;; Code:
;; declare-function's args use &rest, not &optional, for compatibility
;; with byte-compile-macroexpand-declare-function.