1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-04-21 12:27:27 +03:00

emacs: fix load-history problem by disabling gpm-mouse-mode by default

remove previous, non-working workaround from site-start.el
This commit is contained in:
David Kühling
2011-02-26 13:32:20 +01:00
parent b091aa657a
commit bf91bebc61
3 changed files with 16 additions and 8 deletions

View File

@@ -20,8 +20,3 @@
;; or tmm-menubar
(menu-bar-mode 0)
;; ugly work-around for load-history entry (require . t-mouse) added by
;; linux.el Not good, as it costs some memory.
(setq load-history
(apply 'nconc (mapcar (lambda (v) (if (stringp (car v)) (list v) nil))
load-history)))