diff lisp/simple.el @ 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 dcf1f0621dbb
children ac14700e2c6b
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)