comparison lisp/htmlfontify.el @ 112330:56d3e9c28eb0

Merge from mainline.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 17 Jan 2011 11:01:01 -0800
parents 61f7601898b1
children 7e12e8b5864c
comparison
equal deleted inserted replaced
112329:e36b2f5d36cd 112330:56d3e9c28eb0
1 ;;; htmlfontify.el --- htmlise a buffer/source tree with optional hyperlinks 1 ;;; htmlfontify.el --- htmlise a buffer/source tree with optional hyperlinks
2 2
3 ;; Copyright (C) 2002, 2003, 2009, 2010, 2011 Free Software Foundation, Inc. 3 ;; Copyright (C) 2002, 2003, 2009, 2010, 2011
4 ;; Free Software Foundation, Inc.
4 5
5 ;; Emacs Lisp Archive Entry 6 ;; Emacs Lisp Archive Entry
6 ;; Package: htmlfontify 7 ;; Package: htmlfontify
7 ;; Filename: htmlfontify.el 8 ;; Filename: htmlfontify.el
8 ;; Version: 0.21 9 ;; Version: 0.21
2347 (let ((file (hfy-initfile))) 2348 (let ((file (hfy-initfile)))
2348 (load file 'NOERROR nil nil) )) 2349 (load file 'NOERROR nil nil) ))
2349 2350
2350 2351
2351 ;;;### (autoloads (hfy-fallback-colour-values htmlfontify-load-rgb-file) 2352 ;;;### (autoloads (hfy-fallback-colour-values htmlfontify-load-rgb-file)
2352 ;;;;;; "hfy-cmap" "hfy-cmap.el" "5314c2706e20292f96206daa0eb96caa") 2353 ;;;;;; "hfy-cmap" "hfy-cmap.el" "f7f81749b08e0aec14aac431f8b5ac8b")
2353 ;;; Generated autoloads from hfy-cmap.el 2354 ;;; Generated autoloads from hfy-cmap.el
2354 2355
2355 (autoload 'htmlfontify-load-rgb-file "hfy-cmap" "\ 2356 (autoload 'htmlfontify-load-rgb-file "hfy-cmap" "\
2356 Load an X11 style rgb.txt FILE. 2357 Load an X11 style rgb.txt FILE.
2357 Search `hfy-rgb-load-path' if FILE is not specified. 2358 Search `hfy-rgb-load-path' if FILE is not specified.