Changes of Revision 3
[-] [+] | Added | ocaml-3.04-ocamltags--no-site-start.patch |
@@ -0,0 +1,8 @@ +--- ocaml-3.11.0/emacs/ocamltags.in ++++ ocaml-3.11.0/emacs/ocamltags.in +@@ -1,4 +1,4 @@ +-":" ; @EMACS@ -batch -l $0 "$@" ; status=$? ; : '--*-Emacs-Lisp-*--' <<';' ++":" ; @EMACS@ --batch --no-init-file --no-site-file -l $0 "$@" ; status=$? ; : '--*-Emacs-Lisp-*--' <<';' + + ;(***********************************************************************) + ;(* *) |