]> git.eshelyaron.com Git - emacs.git/commitdiff
; (ruby-ts--predefined-variables): Make it a little shorter
authorDmitry Gutov <dgutov@yandex.ru>
Fri, 20 Jan 2023 03:41:39 +0000 (05:41 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Fri, 20 Jan 2023 03:41:39 +0000 (05:41 +0200)
lisp/progmodes/ruby-ts-mode.el

index 2105aaaecab62961ee615a5e2e86212fb07b349c..45174811605f71996aaed331ee6d94d8f6d2aff6 100644 (file)
           "$." "$<" "$>" "$_" "$*" "$$" "$?" "$:" "$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.")