From 03167a34ec0d5dc0f9aa10c4a4a53b7d259ffe28 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 16 Jan 2001 10:51:35 +0000 Subject: [PATCH] (backward-delete-char-untabify-method): Add :version. --- lisp/simple.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/simple.el b/lisp/simple.el index f9839826ff6..a41f2109de7 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -1935,6 +1935,7 @@ Can be `untabify' -- turn a tab to many spaces, then delete one space; `all' -- delete all whitespace, including tabs, spaces and newlines; nil -- just delete one character." :type '(choice (const untabify) (const hungry) (const all) (const nil)) + :version "20.3" :group 'killing) (defun backward-delete-char-untabify (arg &optional killp) -- 2.39.2