X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/d607b96bc2824116a8fe0e5840ce49da7ce4514f..4a2f33d1a11e0608d521520afcb14ec13dd1a722:/lisp/hfy-cmap.el diff --git a/lisp/hfy-cmap.el b/lisp/hfy-cmap.el index 7aefc36224..cf54ea54d0 100644 --- a/lisp/hfy-cmap.el +++ b/lisp/hfy-cmap.el @@ -1,11 +1,10 @@ ;;; hfy-cmap.el --- Fallback colour name -> rgb mapping for `htmlfontify' -;; Copyright (C) 2002, 2003, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2002-2003, 2009-2016 Free Software Foundation, Inc. ;; Emacs Lisp Archive Entry ;; Package: htmlfontify ;; Filename: hfy-cmap.el -;; Version: 0.20 ;; Keywords: colour, rgb ;; Author: Vivek Dasmohapatra ;; Maintainer: Vivek Dasmohapatra @@ -13,7 +12,6 @@ ;; Description: fallback code for colour name -> rgb mapping ;; URL: http://rtfm.etla.org/emacs/htmlfontify/ ;; Last-Updated: Sat 2003-02-15 03:49:32 +0000 -;; Package: htmlfontify ;; This file is part of GNU Emacs. @@ -812,7 +810,7 @@ Loads the variable `hfy-rgb-txt-colour-map', which is used by `hfy-fallback-colour-values'." (interactive (list - (read-file-name "rgb.txt \(equivalent\) file: " "" nil t (hfy-rgb-file)))) + (read-file-name "rgb.txt (equivalent) file: " "" nil t (hfy-rgb-file)))) (let ((rgb-buffer nil) (end-of-rgb 0) (rgb-txt nil)) @@ -850,5 +848,4 @@ Loads the variable `hfy-rgb-txt-colour-map', which is used by ;; generated-autoload-file: "htmlfontify.el" ;; End: -;; arch-tag: dff7feea-add4-48ba-937c-e79ac40cec9b ;;; hfy-cmap.el ends here