]> git.eshelyaron.com Git - emacs.git/commitdiff
Add a Code: tag to subr.el
authorVan L <van@scratch.space>
Sun, 23 Jun 2019 17:07:38 +0000 (19:07 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 23 Jun 2019 17:07:43 +0000 (19:07 +0200)
* lisp/subr.el: Add a Code: tag comment (bug#35595).

lisp/subr.el

index 7ec6b81154d5b589615369f3b96909ff8755ff88..baff1e909a165d71496921855c071d9bacaf81e4 100644 (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.