From 51f2117cee7e87ab3d4d9c0b146e8925c5acd70d Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 30 Aug 1999 09:49:17 +0000 Subject: [PATCH] (babel-as-string): Bind it. --- lisp/lpath.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lisp/lpath.el b/lisp/lpath.el index d2a5db0..d54288b 100644 --- a/lisp/lpath.el +++ b/lisp/lpath.el @@ -45,7 +45,7 @@ w3-coding-system-for-mime-charset rmail-summary-exists rmail-select-summary rmail-update-summary url-retrieve - temp-directory babel-fetch babel-wash + temp-directory babel-fetch babel-wash babel-as-string )) (maybe-bind '(global-face-data mark-active transient-mark-mode mouse-selection-click-count @@ -69,7 +69,8 @@ w3-meta-content-type-charset-regexp w3-meta-charset-content-type-regexp babel-translations babel-history)) - (maybe-fbind '(color-instance-rgb-components temp-directory + (maybe-fbind '(color-instance-rgb-components + temp-directory glyph-width annotation-glyph window-pixel-width glyph-height window-pixel-height make-color-instance color-instance-name specifier-instance @@ -93,7 +94,7 @@ w3-coding-system-for-mime-charset rmail-summary-exists rmail-select-summary rmail-update-summary url-generic-parse-url valid-image-instantiator-format-p - babel-fetch babel-wash))) + babel-fetch babel-wash babel-as-string))) (setq load-path (cons "." load-path)) (require 'custom) -- 1.7.10.4