diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-02-04 12:29:42 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-02-04 12:29:42 +0000 |
commit | c44966f3082d203d4437310933504ca726c81c18 (patch) | |
tree | 1bedfc9a5c89dfd3162e392e947a74c505434136 /lisp/tempo.el | |
parent | fc428eff3b3476275f8b19929b0d24614b939be2 (diff) | |
download | emacs-c44966f3082d203d4437310933504ca726c81c18.tar.gz |
Trailing whitespace deleted.
Diffstat (limited to 'lisp/tempo.el')
-rw-r--r-- | lisp/tempo.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/tempo.el b/lisp/tempo.el index 4c58a4bca9a..f5a592f5ad5 100644 --- a/lisp/tempo.el +++ b/lisp/tempo.el @@ -279,7 +279,7 @@ The elements in ELEMENTS can be of several types: (command-name template-name)) (set template-name elements) (fset command-name (list 'lambda (list '&optional 'arg) - (or documentation + (or documentation (concat "Insert a " name ".")) (list 'interactive "*P") (list 'tempo-insert-template (list 'quote @@ -540,7 +540,7 @@ and insert the results." (setq lp (cdr lp))) (if (not (= mark (car lp))) (setcdr lp (cons mark (cdr lp)))))))) - + ;;; ;;; tempo-forward-mark @@ -577,7 +577,7 @@ and insert the results." last)))) (if prev-mark (goto-char prev-mark)))) - + ;;; ;;; tempo-add-tag |