mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-15 09:47:20 +00:00
* lisp/progmodes/ruby-mode.el (ruby-current-indentation): Tweak obsoletion.
This commit is contained in:
parent
b2c44706b6
commit
44ba8278a6
@ -836,7 +836,7 @@ The style of the comment is controlled by `ruby-encoding-magic-comment-style'."
|
||||
;; `ruby-calculate-indent' in user init files still call it.
|
||||
(defun ruby-current-indentation ()
|
||||
"Return the indentation level of current line."
|
||||
(declare (obsolete nil "28.1"))
|
||||
(declare (obsolete current-indentation "28.1"))
|
||||
(save-excursion
|
||||
(beginning-of-line)
|
||||
(back-to-indentation)
|
||||
|
Loading…
Reference in New Issue
Block a user