diff yatexlib.el @ 58:3a7c0c2bf16d

Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
author yuuji
date Thu, 01 Feb 1996 18:55:47 +0000
parents a9653fbd1c1c
children 48ac97a6b6ce
line wrap: on
line diff
--- a/yatexlib.el	Sat Dec 02 18:35:28 1995 +0000
+++ b/yatexlib.el	Thu Feb 01 18:55:47 1996 +0000
@@ -2,7 +2,7 @@
 ;;; YaTeX library of general functions.
 ;;; yatexlib.el
 ;;; (c )1994-1995 by HIROSE Yuuji.[yuuji@ae.keio.ac.jp]
-;;; Last modified Fri Apr 28 16:17:44 1995 on VFR
+;;; Last modified Thu Feb  1 22:34:57 1996 on nsr
 ;;; $Id$
 
 ;;;###autoload
@@ -369,4 +369,11 @@
   (or (featurep 'windows) (error "Why don't you use `windows.el'?"))
   (win-switch-to-window 1 (- last-command-char win:base-key)))
 
+(defun bcf-and-exit ()
+  "Byte compile rest of argument and kill-emacs."
+  (if command-line-args-left
+      (progn
+	(mapcar 'byte-compile-file command-line-args-left)
+	(kill-emacs))))
+	
 (provide 'yatexlib)

yatex.org