# HG changeset patch # User Dave Love # Date 979642295 0 # Node ID 9c153544050c3fcf10d014fa1aafc3a0875ef8a0 # Parent f30feeecf1c1559c434a58a172a51e6615ae7b78 (backward-delete-char-untabify-method): Add :version. diff -r f30feeecf1c1 -r 9c153544050c lisp/simple.el --- a/lisp/simple.el Tue Jan 16 10:48:35 2001 +0000 +++ b/lisp/simple.el Tue Jan 16 10:51:35 2001 +0000 @@ -1935,6 +1935,7 @@ `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)