changeset 35327:9c153544050c

(backward-delete-char-untabify-method): Add :version.
author Dave Love <fx@gnu.org>
date Tue, 16 Jan 2001 10:51:35 +0000
parents f30feeecf1c1
children f4c8b11d4d36
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)