]> code.delx.au - gnu-emacs/blobdiff - lisp/tempo.el
(setup-default-fontset): Change registry names of Akurti fonts.
[gnu-emacs] / lisp / tempo.el
index 4c58a4bca9a2ea4b5bd42ad295230c00ffa3f88c..f5a592f5ad5f446c1784f82b74ca3e5338947a55 100644 (file)
@@ -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