diff options
| author | Van L | 2019-06-23 19:07:38 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-06-23 19:07:43 +0200 |
| commit | 04748e85660b5686cba5528c44db1f8554f31583 (patch) | |
| tree | b27dd7d20eb825a07b90db202dff1738ee12737d | |
| parent | 985a2d352077c2d7e7c5021785424dbc121e6fb5 (diff) | |
| download | emacs-04748e85660b5686cba5528c44db1f8554f31583.tar.gz emacs-04748e85660b5686cba5528c44db1f8554f31583.zip | |
Add a Code: tag to subr.el
* lisp/subr.el: Add a Code: tag comment (bug#35595).
| -rw-r--r-- | lisp/subr.el | 2 |
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 @@ | |||
| 22 | ;; You should have received a copy of the GNU General Public License | 22 | ;; You should have received a copy of the GNU General Public License |
| 23 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. | 23 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 24 | 24 | ||
| 25 | 25 | ;;; Code: | |
| 26 | 26 | ||
| 27 | ;; declare-function's args use &rest, not &optional, for compatibility | 27 | ;; declare-function's args use &rest, not &optional, for compatibility |
| 28 | ;; with byte-compile-macroexpand-declare-function. | 28 | ;; with byte-compile-macroexpand-declare-function. |