diff options
| author | Dave Love | 2001-01-16 10:51:35 +0000 |
|---|---|---|
| committer | Dave Love | 2001-01-16 10:51:35 +0000 |
| commit | 03167a34ec0d5dc0f9aa10c4a4a53b7d259ffe28 (patch) | |
| tree | dd63365fb05b4c8442491742abb84b641bbca6eb | |
| parent | 75d80cc63b4c1d425f1ac187cf3558d750a243b7 (diff) | |
| download | emacs-03167a34ec0d5dc0f9aa10c4a4a53b7d259ffe28.tar.gz emacs-03167a34ec0d5dc0f9aa10c4a4a53b7d259ffe28.zip | |
(backward-delete-char-untabify-method): Add :version.
| -rw-r--r-- | lisp/simple.el | 1 |
1 files changed, 1 insertions, 0 deletions
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; | |||
| 1935 | `all' -- delete all whitespace, including tabs, spaces and newlines; | 1935 | `all' -- delete all whitespace, including tabs, spaces and newlines; |
| 1936 | nil -- just delete one character." | 1936 | nil -- just delete one character." |
| 1937 | :type '(choice (const untabify) (const hungry) (const all) (const nil)) | 1937 | :type '(choice (const untabify) (const hungry) (const all) (const nil)) |
| 1938 | :version "20.3" | ||
| 1938 | :group 'killing) | 1939 | :group 'killing) |
| 1939 | 1940 | ||
| 1940 | (defun backward-delete-char-untabify (arg &optional killp) | 1941 | (defun backward-delete-char-untabify (arg &optional killp) |