summaryrefslogtreecommitdiff
path: root/lisp/hfy-cmap.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2018-04-20 18:55:04 -0400
committerGlenn Morris <rgm@gnu.org>2018-04-20 18:55:04 -0400
commit18de2ada243653ece98b18044233e5d29eee5903 (patch)
treedbac02f9fa7ee6e7f6bd592bd2f775be4cdcf5f6 /lisp/hfy-cmap.el
parent9c3eeba4db26ddaeead100beea7a96f9fa640918 (diff)
downloademacs-18de2ada243653ece98b18044233e5d29eee5903.tar.gz
More alias-related tedium
* lisp/comint.el (comint-scroll-to-bottom-on-output): * lisp/completion.el (cmpl-syntax-table): * lisp/erc/erc-button.el (erc-button-google-url): * lisp/font-lock.el (font-lock-reference-face): * lisp/hfy-cmap.el (hfy-fallback-colour-map, hfy-rgb-txt-colour-map): * lisp/isearch.el (isearch-regexp-function, isearch-new-word): * lisp/startup.el (argv): * lisp/version.el (emacs-bzr-version): * lisp/org/org.el (org-CUA-compatible) (org-popup-calendar-for-date-prompt): Move aliases before targets, to silence new compiler warning.
Diffstat (limited to 'lisp/hfy-cmap.el')
-rw-r--r--lisp/hfy-cmap.el10
1 files changed, 6 insertions, 4 deletions
diff --git a/lisp/hfy-cmap.el b/lisp/hfy-cmap.el
index 4ec24cea70a..ee6e18edb0a 100644
--- a/lisp/hfy-cmap.el
+++ b/lisp/hfy-cmap.el
@@ -32,6 +32,10 @@
;;; Code:
+(define-obsolete-variable-alias
+ 'hfy-fallback-colour-map
+ 'hfy-fallback-color-map "27.1")
+
(defconst hfy-fallback-color-map
'(("snow" 65535 64250 64250)
("ghost white" 63736 63736 65535)
@@ -785,15 +789,13 @@
("DarkRed" 35723 0 0)
("light green" 37008 61166 37008)
("LightGreen" 37008 61166 37008)) )
-(define-obsolete-variable-alias
- 'hfy-fallback-colour-map
- 'hfy-fallback-color-map "27.1")
-(defvar hfy-rgb-txt-color-map nil)
(define-obsolete-variable-alias
'hfy-rgb-txt-colour-map
'hfy-rgb-txt-color-map "27.1")
+(defvar hfy-rgb-txt-color-map nil)
+
(defvar hfy-rgb-load-path
(list "/etc/X11"
(format "/usr/share/emacs/%d.%d/etc"