]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/loadup.el: Get charprop.el into etc/DOC again.
authorGlenn Morris <rgm@gnu.org>
Wed, 26 Apr 2017 16:32:10 +0000 (12:32 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 26 Apr 2017 16:32:10 +0000 (12:32 -0400)
lisp/loadup.el

index 9dc43daa3a0f8478bcaad4ab3c6dedc99ca1dfba..7876a85c78d929350834949ce4235efb2cdbcc0d 100644 (file)
@@ -1,3 +1,4 @@
+
 ;;; loadup.el --- load up standardly loaded Lisp files for Emacs
 
 ;; Copyright (C) 1985-1986, 1992, 1994, 2001-2017 Free Software
 (load "case-table")
 ;; This file doesn't exist when building a development version of Emacs
 ;; from the repository.  It is generated just after temacs is built.
-(if (load "international/charprop.el" t)
+(if                              ; this formatting is for the Makefile
+    (load "international/charprop.el" t)
     (setq redisplay--inhibit-bidi nil))
 (load "international/characters")
 (load "composite")