aboutsummaryrefslogtreecommitdiffstats
path: root/build-root/emacs-lisp/tunnel-c-skel.el
diff options
context:
space:
mode:
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): "))