Fixed.
authorueno <ueno>
Fri, 27 Sep 2002 06:42:47 +0000 (06:42 +0000)
committerueno <ueno>
Fri, 27 Sep 2002 06:42:47 +0000 (06:42 +0000)
etc/gnu-emacs-user-config.in

index 6635cbf..dd1f2f5 100644 (file)
@@ -1,3 +1,5 @@
+#!/bin/sh
+
 EMACS=${EMACS-emacs}
 
 custom=`cat <<'EOF'
@@ -7,4 +9,4 @@ custom=`cat <<'EOF'
   '(liece-icon-directory "@pkgdatadir@/icons" nil (liece)))
 EOF`
 
-$EMACS -eval $custom -l cus-edit -l $< -f Custom-save
+$EMACS -eval $custom -l cus-edit -f Custom-save