aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/subr.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 66568b795de..7ec6b81154d 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -22,8 +22,6 @@
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;; Beware: while this file has tag `utf-8', before it's compiled, it gets
26;; loaded as "raw-text", so non-ASCII chars won't work right during bootstrap.
27 25
28 26
29;; declare-function's args use &rest, not &optional, for compatibility 27;; declare-function's args use &rest, not &optional, for compatibility