aboutsummaryrefslogtreecommitdiffstats
path: root/build-root/emacs-lisp/tunnel-c-skel.el
diff options
context:
space:
mode:
authorKeith Burns (alagalah) <alagalah@gmail.com>2016-03-18 07:22:15 -0700
committerGerrit Code Review <gerrit@fd.io>2016-03-19 12:41:20 +0000
commitca46d8c501079414238d998a126cecbabaae138c (patch)
tree1cbed90c1c8786d5b69014a002e6a16e7d2a1adc /build-root/emacs-lisp/tunnel-c-skel.el
parenteec8d3e220b967e629fccfc9b7a742d4f8a035f6 (diff)
Adminis-trivia - rename skel files
- rename skels so M-x skel-<tab> gives catalog Change-Id: Ice25a4ce4d02d09e076f0de51e8443cfab20688d Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
Diffstat (limited to 'build-root/emacs-lisp/tunnel-c-skel.el')
-rw-r--r--build-root/emacs-lisp/tunnel-c-skel.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-root/emacs-lisp/tunnel-c-skel.el b/build-root/emacs-lisp/tunnel-c-skel.el
index 6f1096caa88..199e27f992c 100644
--- a/build-root/emacs-lisp/tunnel-c-skel.el
+++ b/build-root/emacs-lisp/tunnel-c-skel.el
@@ -2,7 +2,7 @@
(require 'skeleton)
-(define-skeleton tunnel-c-skel
+(define-skeleton skel-tunnel-c
"Insert a tunnel cli/api implementation"
nil
'(setq encap_stack (skeleton-read "encap_stack (e.g ip4_udp_lisp): "))