Index: emacs/lisp/skeleton.el
diff -c emacs/lisp/skeleton.el:1.41 emacs/lisp/skeleton.el:1.42
*** emacs/lisp/skeleton.el:1.41 Thu May 26 13:13:36 2005
--- emacs/lisp/skeleton.el      Fri Jun 10 14:06:22 2005
***************
*** 50,56 ****
  
  
  (defvar skeleton-autowrap t
!   "Controls wrapping behaviour of functions created with `define-skeleton'.
  When the region is visible (due to `transient-mark-mode' or marking a region
  with the mouse) and this is non-nil and the function was called without an
  explicit ARG, then the ARG defaults to -1, i.e. wrapping around the visible
--- 50,56 ----
  
  
  (defvar skeleton-autowrap t
!   "Controls wrapping behavior of functions created with `define-skeleton'.
  When the region is visible (due to `transient-mark-mode' or marking a region
  with the mouse) and this is non-nil and the function was called without an
  explicit ARG, then the ARG defaults to -1, i.e. wrapping around the visible


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to