]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove outdate comment about an utf-8 cookie that was removed in 2015
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 23 Jun 2019 17:05:45 +0000 (19:05 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 23 Jun 2019 17:07:43 +0000 (19:07 +0200)
lisp/subr.el

index 66568b795def20a75c0966384caba63d7ca671b2..7ec6b81154d5b589615369f3b96909ff8755ff88 100644 (file)
@@ -22,8 +22,6 @@
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
-;; Beware: while this file has tag `utf-8', before it's compiled, it gets
-;; loaded as "raw-text", so non-ASCII chars won't work right during bootstrap.
 
 
 ;; declare-function's args use &rest, not &optional, for compatibility