Add a Code: tag to subr.el

* lisp/subr.el: Add a Code: tag comment (bug#35595).
This commit is contained in:
Van L 2019-06-23 19:07:38 +02:00 committed by Lars Ingebrigtsen
parent 985a2d3520
commit 04748e8566

View file

@ -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.