emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 04748e8 3/3: Add a Code: tag to subr.el


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 04748e8 3/3: Add a Code: tag to subr.el
Date: Sun, 23 Jun 2019 13:07:54 -0400 (EDT)

branch: master
commit 04748e85660b5686cba5528c44db1f8554f31583
Author: Van L <van@scratch.space>
Commit: Lars Ingebrigtsen <address@hidden>

    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 7ec6b81..baff1e9 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]