mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:21:53 +02:00
delate renamed patch
This commit is contained in:
parent
d9d8ede8bc
commit
8836971e22
@ -1,19 +0,0 @@
|
|||||||
Index: emacs23.2-openwrt/lisp/loadup.el
|
|
||||||
===================================================================
|
|
||||||
--- emacs23.2-openwrt/lisp/loadup.el (.../emacs-openwrt/lisp) (revision 357)
|
|
||||||
+++ emacs23.2-openwrt/lisp/loadup.el (.../nanonote/emacs23.2-openwrt/lisp) (working copy)
|
|
||||||
@@ -47,6 +47,14 @@
|
|
||||||
|
|
||||||
;;; Code:
|
|
||||||
|
|
||||||
+;; This reduces memory usage by a few MB. So far no negative consequences
|
|
||||||
+;; have been witnessed.
|
|
||||||
+(setq inhibit-load-charset-map t)
|
|
||||||
+
|
|
||||||
+;; Purify does in fact _safe_ memory (more efficient than normal' heap?) so
|
|
||||||
+;; do not disable it for now.
|
|
||||||
+;(setq purify-flag nil)
|
|
||||||
+
|
|
||||||
;; Add subdirectories to the load-path for files that might get
|
|
||||||
;; autoloaded when bootstrapping.
|
|
||||||
(if (or (equal (nth 3 command-line-args) "bootstrap")
|
|
Loading…
Reference in New Issue
Block a user