]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/loadup.el: Load bindings before cus-start.
authorGlenn Morris <rgm@gnu.org>
Sun, 8 Apr 2012 01:54:52 +0000 (18:54 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 8 Apr 2012 01:54:52 +0000 (18:54 -0700)
This reduces somewhat the number of "rogue" settings in emacs -Q.

Ref: http://lists.gnu.org/archive/html/emacs-devel/2008-06/msg00083.html

lisp/ChangeLog
lisp/loadup.el

index 6bf94988b5e628929b967322ef6b050f4458c273..c2597bc0e554cf5d42c6b6d753756ac7aed25b63 100644 (file)
@@ -1,3 +1,8 @@
+2012-04-08  Glenn Morris  <rgm@gnu.org>
+
+       * loadup.el: Load bindings before cus-start.
+       This reduces somewhat the number of "rogue" settings in emacs -Q.
+
 2012-04-07  Glenn Morris  <rgm@gnu.org>
 
        * version.el (emacs-bzr-get-version): New function.
index 16cd0171e618c4d025f54b4c345e1f223b5fb562..2ba24c8fe371bdc7cd1d320c43bc0c5357aeb41b 100644 (file)
 (load "widget")
 (load "custom")
 (load "emacs-lisp/map-ynp")
-(load "cus-start")
 (load "international/mule")
 (load "international/mule-conf")
 (load "env")
 (load "format")
 (load "bindings")
+(load "cus-start")
 (load "window")  ; Needed here for `replace-buffer-in-windows'.
 (setq load-source-file-function 'load-with-code-conversion)
 (load "files")