mirror of
https://codeberg.org/scip/mark-copy-yank-things-mode.git
synced 2025-12-16 20:10:58 +01:00
Merge branch 'master' of github.com:TLINDEN/mark-copy-yank-things-mode
This commit is contained in:
@@ -316,8 +316,9 @@ of widest comment line."
|
||||
(while (looking-at "[0-9\.\/]")
|
||||
(forward-char 1)))
|
||||
|
||||
;; We use these for word finding, since the built-in
|
||||
;; word functions do not include -_. which is annoying
|
||||
;; We use these for word finding, since the built-in word functions do
|
||||
;; not include -_. which is annoying, that is we (re-)define word here
|
||||
;; independent of syntax table
|
||||
(defun mcyt-beginning-of-symbol (&optional arg)
|
||||
(interactive)
|
||||
(backward-word)
|
||||
|
||||
Reference in New Issue
Block a user