aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mh-e')
-rw-r--r--lisp/mh-e/mh-compat.el10
1 files changed, 0 insertions, 10 deletions
diff --git a/lisp/mh-e/mh-compat.el b/lisp/mh-e/mh-compat.el
index aae751e8d2d..3f3990e8695 100644
--- a/lisp/mh-e/mh-compat.el
+++ b/lisp/mh-e/mh-compat.el
@@ -283,16 +283,6 @@ DOCSTRING arguments."
283See documentation for `make-obsolete-variable' for a description 283See documentation for `make-obsolete-variable' for a description
284of the arguments OBSOLETE-NAME, CURRENT-NAME, and perhaps WHEN 284of the arguments OBSOLETE-NAME, CURRENT-NAME, and perhaps WHEN
285and ACCESS-TYPE. This macro is used by XEmacs that lacks WHEN and 285and ACCESS-TYPE. This macro is used by XEmacs that lacks WHEN and
286ACCESS-TYPE arguments."
287 (if (featurep 'xemacs)
288 `(make-obsolete-variable ,obsolete-name ,current-name)
289 `(make-obsolete-variable ,obsolete-name ,current-name ,when ,access-type)))
290
291(defmacro mh-make-obsolete-variable (obsolete-name current-name &optional when access-type)
292 "Make the byte-compiler warn that OBSOLETE-NAME is obsolete.
293See documentation for `make-obsolete-variable' for a description
294of the arguments OBSOLETE-NAME, CURRENT-NAME, and perhaps WHEN
295and ACCESS-TYPE. This macro is used by XEmacs that lacks WHEN and
296ACCESS-TYPE arguments and by Emacs versions that lack ACCESS-TYPE, 286ACCESS-TYPE arguments and by Emacs versions that lack ACCESS-TYPE,
297introduced in Emacs 24." 287introduced in Emacs 24."
298 (if (featurep 'xemacs) 288 (if (featurep 'xemacs)