expand-c-sample-expand-list
expand-c-sample-expand-list is a variable defined in `
expand.el
'.
Its value is shown
below.
- This variable may be risky if used as a file-local variable.
Documentation:
Expansions for C mode. See `expand-add-abbrevs'.
Value:
(("if" "if () {\n \n} else {\n \n}"
(5 10 21))
("ifn" "if () {}"
(5 8))
("uns" "unsigned ")
("for" expand-c-for-skeleton)
("switch" "switch () {\n\n}"
(9 13))
("case" "case :\n\nbreak;\n"
(6 8 16))
("do" "do {\n\n} while ();"
(6 16))
("while" "while () {\n\n}"
(8 12))
("default" "default:\n\nbreak;" 10)
("main" "int\nmain(int argc, char * argv[])\n{\n\n}\n" 37))