diff options
Diffstat (limited to 'lisp/arc-mode.el')
-rw-r--r-- | lisp/arc-mode.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el index 632ae578523..b6f7794e337 100644 --- a/lisp/arc-mode.el +++ b/lisp/arc-mode.el @@ -125,8 +125,6 @@ A non-local file is one whose file name is not proper outside Emacs. A local copy of the archive will be used when updating." :type 'regexp) -(define-obsolete-variable-alias 'archive-extract-hooks - 'archive-extract-hook "24.3") (defcustom archive-extract-hook nil "Hook run when an archive member has been extracted." :type 'hook) |