diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/Makefile.in | 3 | ||||
-rw-r--r-- | lisp/hfy-cmap.el | 2 | ||||
-rw-r--r-- | lisp/htmlfontify.el | 22 |
3 files changed, 5 insertions, 22 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index c98b427d785..9ebdc5b454c 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -91,7 +91,8 @@ AUTOGENEL = loaddefs.el \ org/org-loaddefs.el \ textmodes/reftex-loaddefs.el \ mail/rmail-loaddefs.el \ - ibuffer-loaddefs.el + ibuffer-loaddefs.el \ + htmlfontify-loaddefs # Set load-prefer-newer for the benefit of the non-bootstrappers. BYTE_COMPILE_FLAGS = \ diff --git a/lisp/hfy-cmap.el b/lisp/hfy-cmap.el index 6b7f2caed1e..0dc532f0c19 100644 --- a/lisp/hfy-cmap.el +++ b/lisp/hfy-cmap.el @@ -845,7 +845,7 @@ Loads the variable `hfy-rgb-txt-colour-map', which is used by (provide 'hfy-cmap) ;; Local Variables: -;; generated-autoload-file: "htmlfontify.el" +;; generated-autoload-file: "htmlfontify-loaddefs.el" ;; End: ;;; hfy-cmap.el ends here diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el index 719cb50ac77..d00fae26793 100644 --- a/lisp/htmlfontify.el +++ b/lisp/htmlfontify.el @@ -90,6 +90,8 @@ ;; (`font-lock-fontify-region') (require 'cus-edit) +(require 'htmlfontify-loaddefs) + (defconst htmlfontify-version 0.21) (defconst hfy-meta-tags @@ -2411,26 +2413,6 @@ You may also want to set `hfy-page-header' and `hfy-page-footer'." (let ((file (hfy-initfile))) (load file 'NOERROR nil nil) )) - -;;;### (autoloads nil "hfy-cmap" "hfy-cmap.el" "1fb78b15b18622256262c7246b2a3520") -;;; Generated autoloads from hfy-cmap.el - -(autoload 'htmlfontify-load-rgb-file "hfy-cmap" "\ -Load an X11 style rgb.txt FILE. -Search `hfy-rgb-load-path' if FILE is not specified. -Loads the variable `hfy-rgb-txt-colour-map', which is used by -`hfy-fallback-colour-values'. - -\(fn &optional FILE)" t nil) - -(autoload 'hfy-fallback-colour-values "hfy-cmap" "\ -Use a fallback method for obtaining the rgb values for a color. - -\(fn COLOUR-STRING)" nil nil) - -;;;*** - - (provide 'htmlfontify) ;;; htmlfontify.el ends here |