diff options
| author | Stefan Monnier | 2020-02-03 15:26:59 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2020-02-03 15:26:59 -0500 |
| commit | f9504ffba2e2604338c243dd77c877bbb8162e4a (patch) | |
| tree | 2087e5738ff0dc989a2d0a6cad0947c431ac1b5b /etc | |
| parent | 45fd45a28309a75f46c686e1b5dbeff00b684cc1 (diff) | |
| download | emacs-f9504ffba2e2604338c243dd77c877bbb8162e4a.tar.gz emacs-f9504ffba2e2604338c243dd77c877bbb8162e4a.zip | |
* lisp/progmodes/sh-script.el: Remove old non-SMIE indentation code
(sh-learn-basic-offset, sh-blink, sh-use-smie): Remove config vars.
(sh-kw-alist, sh-learned-buffer-hook): Remove var.
(sh-must-support-indent, sh-mark-init, sh-mark-line): Remove function.
(sh-kw, sh-special-keywords): Remove constant.
(sh-help-string-for-variable, sh-read-variable, sh-goto-matching-if)
(sh-handle-prev-if, sh-handle-this-else, sh-handle-prev-else)
(sh-handle-this-fi, sh-handle-prev-fi, sh-handle-this-then)
(sh-handle-prev-then, sh-handle-prev-open, sh-handle-this-close)
(sh-goto-matching-case, sh-handle-prev-case, sh-handle-this-esac)
(sh-handle-prev-esac, sh-handle-after-case-label)
(sh-handle-prev-case-alt-end, sh-safe-forward-sexp)
(sh-goto-match-for-done, sh-handle-this-done, sh-handle-prev-done)
(sh-handle-this-do, sh-handle-prev-do, sh-find-prev-switch)
(sh-handle-this-rc-case, sh-handle-prev-rc-case, sh-check-rule)
(sh-get-indent-info, sh-get-indent-var-for-line, sh-prev-line)
(sh-prev-stmt, sh-get-word, sh-prev-thing, sh-this-is-a-continuation)
(sh-get-kw, sh-find-prev-matching, sh-set-var-value)
(sh-calculate-indent, sh-indent-line, sh-blink, sh-guess-basic-offset):
Remove functions.
(sh-show-indent, sh-set-indent, sh-learn-line-indent)
(sh-learn-buffer-indent): Redefine as obsolete aliases.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -86,6 +86,9 @@ shows equivalent key bindings for all commands that have them. | |||
| 86 | * Changes in Specialized Modes and Packages in Emacs 28.1 | 86 | * Changes in Specialized Modes and Packages in Emacs 28.1 |
| 87 | 87 | ||
| 88 | --- | 88 | --- |
| 89 | ** The old non-SMIE indentation of 'sh-mode' has been removed. | ||
| 90 | |||
| 91 | --- | ||
| 89 | ** The sb-image.el library is now marked obsolete. | 92 | ** The sb-image.el library is now marked obsolete. |
| 90 | This file was a compatibility kludge which is no longer needed. | 93 | This file was a compatibility kludge which is no longer needed. |
| 91 | 94 | ||