From 8836971e22bf3bc7693e0466d9fb942723d466f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20K=C3=BChling?= Date: Sun, 19 Dec 2010 11:11:18 +0100 Subject: [PATCH] delate renamed patch --- emacs/patches/001-tune-loadup.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 emacs/patches/001-tune-loadup.patch diff --git a/emacs/patches/001-tune-loadup.patch b/emacs/patches/001-tune-loadup.patch deleted file mode 100644 index 5947502..0000000 --- a/emacs/patches/001-tune-loadup.patch +++ /dev/null @@ -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")