emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/tempo.el
Date: Tue, 04 Feb 2003 07:08:09 -0500

Index: emacs/lisp/tempo.el
diff -c emacs/lisp/tempo.el:1.19 emacs/lisp/tempo.el:1.20
*** emacs/lisp/tempo.el:1.19    Sat Feb 16 07:48:37 2002
--- emacs/lisp/tempo.el Tue Feb  4 07:08:09 2003
***************
*** 279,285 ****
         (command-name template-name))
      (set template-name elements)
      (fset command-name (list 'lambda (list '&optional 'arg)
!                            (or documentation 
                                 (concat "Insert a " name "."))
                             (list 'interactive "*P")
                             (list 'tempo-insert-template (list 'quote
--- 279,285 ----
         (command-name template-name))
      (set template-name elements)
      (fset command-name (list 'lambda (list '&optional 'arg)
!                            (or documentation
                                 (concat "Insert a " name "."))
                             (list 'interactive "*P")
                             (list 'tempo-insert-template (list 'quote
***************
*** 540,546 ****
               (setq lp (cdr lp)))
             (if (not (= mark (car lp)))
                 (setcdr lp (cons mark (cdr lp))))))))
!         
  ;;;
  ;;; tempo-forward-mark
  
--- 540,546 ----
               (setq lp (cdr lp)))
             (if (not (= mark (car lp)))
                 (setcdr lp (cons mark (cdr lp))))))))
! 
  ;;;
  ;;; tempo-forward-mark
  
***************
*** 577,583 ****
                       last))))
      (if prev-mark
        (goto-char prev-mark))))
!       
  ;;;
  ;;; tempo-add-tag
  
--- 577,583 ----
                       last))))
      (if prev-mark
        (goto-char prev-mark))))
! 
  ;;;
  ;;; tempo-add-tag
  




reply via email to

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