emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master e39441b: * lisp/loadup.el: Get charprop.el into etc


From: Glenn Morris
Subject: [Emacs-diffs] master e39441b: * lisp/loadup.el: Get charprop.el into etc/DOC again.
Date: Wed, 26 Apr 2017 12:32:23 -0400 (EDT)

branch: master
commit e39441bf6f7990b00da1f9b20ebdc25804978be5
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/loadup.el: Get charprop.el into etc/DOC again.
---
 lisp/loadup.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lisp/loadup.el b/lisp/loadup.el
index 9dc43da..7876a85 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -1,3 +1,4 @@
+
 ;;; loadup.el --- load up standardly loaded Lisp files for Emacs
 
 ;; Copyright (C) 1985-1986, 1992, 1994, 2001-2017 Free Software
@@ -184,7 +185,8 @@
 (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")



reply via email to

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