diff options
author | Glenn Morris <rgm@gnu.org> | 2010-04-23 19:36:43 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-04-23 19:36:43 -0700 |
commit | cbcfee6ef444ccb578b31417a836e9de98d566ba (patch) | |
tree | db257eb100c9ac7c4c3e3b18261007bb5d8ee886 /lisp/Makefile.in | |
parent | 48cd4175158c8f2da2f97df6b3b8dd0e0e59d9c4 (diff) | |
download | emacs-cbcfee6ef444ccb578b31417a836e9de98d566ba.tar.gz |
Minor htmlfontify simplifications.
* hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
Add autoload cookies.
(htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
(generated-autoload-file): Set file-local value to "htmlfontify.el".
* htmlfontify.el (caddr, cadddr): Remove fallback definitions.
They have definitions / compiler macros in cl.el.
(htmlfontify-load-rgb-file, hfy-fallback-colour-values):
Replace manual autoloads with generated ones.
(htmlfontify-unload-rgb-file): Remove autoload.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r-- | lisp/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index e4a211399aa..fe7dcfa4e99 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -151,7 +151,7 @@ finder-data: doit autoloads: $(LOADDEFS) doit chmod +w $(lisp)/ps-print.el $(lisp)/emulation/tpu-edt.el \ $(lisp)/emacs-lisp/cl-loaddefs.el $(lisp)/mail/rmail.el \ - $(lisp)/dired.el $(lisp)/ibuffer.el + $(lisp)/dired.el $(lisp)/ibuffer.el $(lisp)/htmlfontify.el cd $(lisp); $(setwins_almost); \ echo Directories: $$wins; \ $(emacs) -l autoload --eval '(setq generated-autoload-file "$(lisp)/loaddefs.el")' -f batch-update-autoloads $$wins |