emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/skeleton.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/skeleton.el
Date: Wed, 20 Jul 2005 18:37:49 -0400

Index: emacs/lisp/skeleton.el
diff -c emacs/lisp/skeleton.el:1.43 emacs/lisp/skeleton.el:1.44
*** emacs/lisp/skeleton.el:1.43 Mon Jul  4 23:08:58 2005
--- emacs/lisp/skeleton.el      Wed Jul 20 22:37:49 2005
***************
*** 154,160 ****
  This command can also be an abbrev expansion (3rd and 4th columns in
  \\[edit-abbrevs]  buffer: \"\"  command-name).
  
! Optional first argument STR may also be a string which will be the value
  of `str' whereas the skeleton's interactor is then ignored."
    (skeleton-insert (funcall skeleton-filter skeleton)
                   ;; Pretend  C-x a e  passed its prefix arg to us
--- 154,160 ----
  This command can also be an abbrev expansion (3rd and 4th columns in
  \\[edit-abbrevs]  buffer: \"\"  command-name).
  
! Optional second argument STR may also be a string which will be the value
  of `str' whereas the skeleton's interactor is then ignored."
    (skeleton-insert (funcall skeleton-filter skeleton)
                   ;; Pretend  C-x a e  passed its prefix arg to us




reply via email to

[Prev in Thread] Current Thread [Next in Thread]