]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/ada-mode/gpr-skel.el
update to Ada mode version 5.0.1
[gnu-emacs-elpa] / packages / ada-mode / gpr-skel.el
index 6ce550932f4cb4db356f1dc5de7a0f4bc9d21d32..485a0975990fef79f7c6ff3e12657df59aa18a65 100755 (executable)
@@ -41,7 +41,7 @@
 
 ;;;;; user variables, example skeletons intended to be overwritten
 
-(defcustom gpr-skel-initial-string "header\nproject"
+(defcustom gpr-skel-initial-string "{header}\n{project}"
   "*String to insert in empty buffer.
 This could end in a token recognized by `gpr-skel-expand'."
   :type 'string
@@ -144,7 +144,6 @@ trailing `...' if there are more keys."
       (concat (mapconcat 'car alist-1 " | ") " | ... : "))
   ))
 
-;;;###autoload
 (defun skeleton-expand (&optional name)
   "Expand the token or placeholder before point to a skeleton, as defined by `skeleton-token-alist'.
 A token is a symbol in the current syntax.