]> git.eshelyaron.com Git - emacs.git/commit
Simplify position-symbol
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 13 Feb 2024 17:54:51 +0000 (09:54 -0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 14 Feb 2024 08:16:25 +0000 (09:16 +0100)
commitd01789f6dae51f72e41080ccb43666bf19423c86
tree9791680e48e5c7be9fc73d9d49e12c9c1b36af2e
parentb15bb62030403a95de91ee4bbb60b7a8ee8de43a
Simplify position-symbol

* src/data.c (Fposition_symbol): Simplify by calling Fbare_symbol
rather than open-coding it.

(cherry picked from commit a4a99405d00b98aeb86040117402ed0e1f954833)
src/data.c