aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Nicolaescu2009-10-23 05:15:26 +0000
committerDan Nicolaescu2009-10-23 05:15:26 +0000
commit8f43cbf352348c20bb1560480a8545ee8c2d9442 (patch)
treeb5e40b9619484a3792f332c958d802b29f2b185e /src
parent1d228a31c34f8194420631c5116fc7cea4d4ec37 (diff)
downloademacs-8f43cbf352348c20bb1560480a8545ee8c2d9442.tar.gz
emacs-8f43cbf352348c20bb1560480a8545ee8c2d9442.zip
* puresize.h (BASE_PURESIZE): Increase to 1430000.
* term/tty-colors.el (msdos-color-values): Remove declaration, unused. (color-name-rgb-alist, tty-standard-colors) (tty-color-mode-alist): Change to defconst. * simple.el (mark-inactive): Purecopy message. * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro. (global-map, yank-menu): * textmodes/ispell.el (ispell-menu-map): * net/eudc.el (eudc-tools-menu): * international/mule-cmds.el (describe-language-environment-map) (setup-language-environment-map, set-coding-system-map) (mule-menu-keymap): * vc-hooks.el (vc-menu-entry, vc-menu-map): * replace.el (occur-mode-map): * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips. * bindings.el (propertized-buffer-identification): Purecopy tooltip text.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/puresize.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7f9a07d277f..3c1c603c669 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * puresize.h (BASE_PURESIZE): Increase to 1430000.
4
12009-10-21 Andreas Schwab <schwab@linux-m68k.org> 52009-10-21 Andreas Schwab <schwab@linux-m68k.org>
2 6
3 * doprnt.c (doprnt): Fix overflow check. 7 * doprnt.c (doprnt): Fix overflow check.
diff --git a/src/puresize.h b/src/puresize.h
index 69555816b14..b6665c00649 100644
--- a/src/puresize.h
+++ b/src/puresize.h
@@ -41,7 +41,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
41#endif 41#endif
42 42
43#ifndef BASE_PURESIZE 43#ifndef BASE_PURESIZE
44#define BASE_PURESIZE (1310000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) 44#define BASE_PURESIZE (1430000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
45#endif 45#endif
46 46
47/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ 47/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */