This commit is contained in:
Thomas von Dein
2017-08-25 12:58:46 +02:00
parent 8cd602b45c
commit 2be8e9a443

View File

@@ -315,8 +315,9 @@ of widest comment line."
(while (looking-at "[0-9\.\/]") (while (looking-at "[0-9\.\/]")
(forward-char 1))) (forward-char 1)))
;; We use these for word finding, since the built-in ;; We use these for word finding, since the built-in word functions do
;; word functions do not include -_. which is annoying ;; not include -_. which is annoying, that is we (re-)define word here
;; independent of syntax table
(defun mcyt-beginning-of-symbol (&optional arg) (defun mcyt-beginning-of-symbol (&optional arg)
(interactive) (interactive)
(backward-word) (backward-word)