Mercurial > hg > xemacs-beta
comparison lisp/x-init.el @ 3360:316fddbf58e2
[xemacs-hg @ 2006-04-25 14:01:52 by stephent]
Repair broken commit to Xft code. <87aca9n4in.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Tue, 25 Apr 2006 14:02:09 +0000 |
parents | a25c824ed558 |
children | d1754e7f0cea |
comparison
equal
deleted
inserted
replaced
3359:af8dab703edc | 3360:316fddbf58e2 |
---|---|
269 unknown-code-points) | 269 unknown-code-points) |
270 (setq fill-prefix " ") | 270 (setq fill-prefix " ") |
271 (fill-paragraph nil)))))) | 271 (fill-paragraph nil)))))) |
272 | 272 |
273 | 273 |
274 ;; Moved from x-toolbar.el, since InfoDock doesn't dump a x-toolbar.el. | 274 ;; Moved from x-toolbar.el, since InfoDock doesn't dump x-toolbar.el. |
275 (defun x-init-toolbar-from-resources (locale) | 275 (defun x-init-toolbar-from-resources (locale) |
276 (loop for (specifier . resname) in | 276 (loop for (specifier . resname) in |
277 `(( ,top-toolbar-height . "topToolBarHeight") | 277 `(( ,top-toolbar-height . "topToolBarHeight") |
278 (,bottom-toolbar-height . "bottomToolBarHeight") | 278 (,bottom-toolbar-height . "bottomToolBarHeight") |
279 ( ,left-toolbar-width . "leftToolBarWidth") | 279 ( ,left-toolbar-width . "leftToolBarWidth") |