]> git.eshelyaron.com Git - emacs.git/commit
Make sure prog-fill-reindent-defun work for strings too
authorYuan Fu <casouri@gmail.com>
Thu, 17 Apr 2025 23:17:12 +0000 (16:17 -0700)
committerEshel Yaron <me@eshelyaron.com>
Fri, 18 Apr 2025 06:47:18 +0000 (08:47 +0200)
commit7a10828dfc5dd39b7ec14ad74d9d18ec811aac04
tree51d627ae2254b25f367ae6d9faa4c06b820db51d
parentc085d2adfca89f61aae6d33b31248a6692f036fc
Make sure prog-fill-reindent-defun work for strings too

My previous commit foolishly excluded strings from the
condition, now add them back.

* lisp/progmodes/prog-mode.el (prog-fill-reindent-defun):
Include strings.

(cherry picked from commit b75c18f3c6c8d347d4f1a9cce746e673d91997a9)
lisp/progmodes/prog-mode.el