From: Dave Love Date: Tue, 16 Jan 2001 10:51:35 +0000 (+0000) Subject: (backward-delete-char-untabify-method): Add :version. X-Git-Tag: emacs-pretest-21.0.96~276 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=03167a34ec0d5dc0f9aa10c4a4a53b7d259ffe28;p=emacs.git (backward-delete-char-untabify-method): Add :version. --- 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)