diff options
| author | Vibhav Pant | 2020-08-21 14:04:35 +0530 |
|---|---|---|
| committer | Vibhav Pant | 2020-08-21 14:04:35 +0530 |
| commit | f0f8d7b82492e741950c363a03b886965c91b1b0 (patch) | |
| tree | 19b716830b1ebabc0d7d75949c4e6800c0f104ad /lisp/htmlfontify.el | |
| parent | 9e64a087c4d167e7ec1c4e22bea3e6af53b563de (diff) | |
| parent | c818c29771d3cb51875643b2f6c894073e429dd2 (diff) | |
| download | emacs-feature/native-comp-macos-fixes.tar.gz emacs-feature/native-comp-macos-fixes.zip | |
Merge branch 'feature/native-comp' into feature/native-comp-macos-fixesfeature/native-comp-macos-fixes
Diffstat (limited to 'lisp/htmlfontify.el')
| -rw-r--r-- | lisp/htmlfontify.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el index 6265537e885..4d653972c95 100644 --- a/lisp/htmlfontify.el +++ b/lisp/htmlfontify.el | |||
| @@ -556,10 +556,7 @@ If a window system is unavailable, calls `hfy-fallback-color-values'." | |||
| 556 | '(1 2 3)) | 556 | '(1 2 3)) |
| 557 | ;;(message ">> %s" color) | 557 | ;;(message ">> %s" color) |
| 558 | (if window-system | 558 | (if window-system |
| 559 | (if (fboundp 'color-values) | 559 | (color-values color) |
| 560 | (color-values color) | ||
| 561 | ;;(message "[%S]" window-system) | ||
| 562 | (x-color-values color)) | ||
| 563 | ;; blarg - tty colors are no good - go fetch some X colors: | 560 | ;; blarg - tty colors are no good - go fetch some X colors: |
| 564 | (hfy-fallback-color-values color)))) | 561 | (hfy-fallback-color-values color)))) |
| 565 | (define-obsolete-function-alias 'hfy-colour-vals #'hfy-color-vals "27.1") | 562 | (define-obsolete-function-alias 'hfy-colour-vals #'hfy-color-vals "27.1") |