]> git.eshelyaron.com Git - emacs.git/commit
Convert more uses of `looking-at' to `following-char'
authorKarl Fogel <kfogel@red-bean.com>
Sun, 12 Feb 2017 23:21:06 +0000 (17:21 -0600)
committerKarl Fogel <kfogel@red-bean.com>
Sun, 12 Feb 2017 23:21:06 +0000 (17:21 -0600)
commita84da83c1abceb0750e78c48452903729105df09
tree0875171bf945adb1886d6003f4bd911f669ffaab
parentd4429dfd4975c3a084467fa3b07ac715ed4a2d60
Convert more uses of `looking-at' to `following-char'

This follows up to Mark Oteiza's commit of 12 Feb 2017, 14:46:03 UTC
(commit 91478f46238a) with more of the same.

* lisp/bookmark.el (bookmark-send-edited-annotation):
  (bookmark-bmenu-execute-deletions): Replace instances of looking-at
  with char comparisons using following-char.
lisp/bookmark.el