projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d94dc60
)
; (ruby-ts--predefined-variables): Make it a little shorter
author
Dmitry Gutov
<dgutov@yandex.ru>
Fri, 20 Jan 2023 03:41:39 +0000
(
05:41
+0200)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Fri, 20 Jan 2023 03:41:39 +0000
(
05:41
+0200)
lisp/progmodes/ruby-ts-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/ruby-ts-mode.el
b/lisp/progmodes/ruby-ts-mode.el
index 2105aaaecab62961ee615a5e2e86212fb07b349c..45174811605f71996aaed331ee6d94d8f6d2aff6 100644
(file)
--- a/
lisp/progmodes/ruby-ts-mode.el
+++ b/
lisp/progmodes/ruby-ts-mode.el
@@
-131,7
+131,7
@@
"$." "$<" "$>" "$_" "$*" "$$" "$?" "$:" "$LOAD_PATH"
"$LOADED_FEATURES" "$DEBUG" "$FILENAME" "$stderr" "$stdin"
"$stdout" "$VERBOSE" "$-a" "$-i" "$-l" "$-p"
-
(seq "$" (+ digit))
)
+
"$0" "$1" "$2" "$3" "$4" "$5" "$6" "$7" "$8" "$9"
)
string-end)
"Ruby predefined global variables.")