X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/024388c551c43e46f9b33c0d310a574f389444a4..c33d1d58acc301ba018f4f69dcab93c5b2246643:/packages/adjust-parens/adjust-parens-tests.el diff --git a/packages/adjust-parens/adjust-parens-tests.el b/packages/adjust-parens/adjust-parens-tests.el index b0118ff30..9909d76d7 100644 --- a/packages/adjust-parens/adjust-parens-tests.el +++ b/packages/adjust-parens/adjust-parens-tests.el @@ -87,16 +87,6 @@ " ") ")); Comment") - ;; Same check for dedent - (beginning-of-line) ; Point not at indentation - ;; Should leave point unchanged - (lisp-dedent-adjust-parens) - (apt-check-buffer (concat ";;\n" - "(let ((x 10) (y (some-func 20))\n" - "") - " )); Comment") - - (back-to-indentation) (delete-backward-char 3) ; Incorrect indentation ;; Should reindent line via indent-for-tab-command and move point to ;; indentation but not change parens