aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDavid Aspinall1999-11-11 15:33:44 +0000
committerDavid Aspinall1999-11-11 15:33:44 +0000
commitee53106260209cd41f6eb014458f8ec37664453d (patch)
treecd80b5add06983da3d46707dbf04600bc5b10578 /etc
parentd629e1c6c2363024c9318c6daf1a8456cceb1a61 (diff)
Next round of fixups for font-lock and x-symbol.
Diffstat (limited to 'etc')
-rw-r--r--etc/junk.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/junk.el b/etc/junk.el
index 46da7f0c..d16b7f61 100644
--- a/etc/junk.el
+++ b/etc/junk.el
@@ -57,3 +57,13 @@ arrive."
; (setq font-lock-defaults '(proof-font-lock-defaults)))))
; (put major-mode 'font-lock-defaults (list flks)))))
+
+
+;; dump str to buffer ug for testing.
+(defun ugit (str)
+ (save-excursion
+ (set-buffer (get-buffer-create "ug"))
+ (goto-char (point-max))
+ (insert str)
+ (newline)
+ (newline)))