summaryrefslogtreecommitdiff
path: root/lisp/textmodes/sgml-mode.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-12-20 22:12:25 +0100
committerStefan Kangas <stefan@marxist.se>2021-12-20 22:16:24 +0100
commitc167009400f62149a6ab1568ababcfa6ce422467 (patch)
tree0a88843f3859be4180db53ffd320753c2e31138a /lisp/textmodes/sgml-mode.el
parenteaa44ca40e8da9ba86e6e03b76b41fd6843661d6 (diff)
downloademacs-c167009400f62149a6ab1568ababcfa6ce422467.tar.gz
emacs-c167009400f62149a6ab1568ababcfa6ce422467.tar.bz2
emacs-c167009400f62149a6ab1568ababcfa6ce422467.zip
Make some variable aliases obsolete
* lisp/progmodes/make-mode.el (makefile-query-one-target-method): * lisp/skeleton.el (skeleton-transformation, skeleton-filter): * lisp/textmodes/artist.el (artist-text-renderer): * lisp/textmodes/bibtex.el (bibtex-autokey-name-case-convert): (bibtex-autokey-titleword-case-convert): * lisp/textmodes/ispell.el (ispell-format-word): * lisp/textmodes/sgml-mode.el (sgml-transformation): * lisp/vc/add-log.el (change-log-time-zone-rule): Make variable aliases obsolete.
Diffstat (limited to 'lisp/textmodes/sgml-mode.el')
-rw-r--r--lisp/textmodes/sgml-mode.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el
index dedc3882199..cae1fecebcc 100644
--- a/lisp/textmodes/sgml-mode.el
+++ b/lisp/textmodes/sgml-mode.el
@@ -75,7 +75,8 @@ a DOCTYPE or an XML declaration."
:type 'boolean
:version "22.1")
-(defvaralias 'sgml-transformation 'sgml-transformation-function)
+(define-obsolete-variable-alias 'sgml-transformation
+ 'sgml-transformation-function "29.1")
(defcustom sgml-transformation-function 'identity
"Default value for `skeleton-transformation-function' in SGML mode."