summaryrefslogtreecommitdiffstats
path: root/emacs-lisp
diff options
context:
space:
mode:
authorPeng Chang (Charles)2011-05-20 19:39:37 +0800
committerPeng Chang (Charles)2011-05-20 19:39:37 +0800
commitb386c8e0c4b6a11b360be0fbda875c4d33c3dcc9 (patch)
treea27fdc40c3aca47ee56f1cd7ad0f61c00c04519f /emacs-lisp
parent41a8171d886408d8572114bdd0dfc77eb8b3b050 (diff)
auto-complete: fix INSTALL and HISTORY
Diffstat (limited to 'emacs-lisp')
-rw-r--r--emacs-lisp/auto-complete/HISTORY2
-rwxr-xr-xemacs-lisp/auto-complete/INSTALL4
2 files changed, 4 insertions, 2 deletions
diff --git a/emacs-lisp/auto-complete/HISTORY b/emacs-lisp/auto-complete/HISTORY
index 3abe90a65b..bd96518fe7 100644
--- a/emacs-lisp/auto-complete/HISTORY
+++ b/emacs-lisp/auto-complete/HISTORY
@@ -1,3 +1,3 @@
2011-05-20 Peng Chang (Charles) <chp@sourcemage.org>
- * DEPENDS, DETAILS: spell created
+ * DEPENDS, DETAILS, INSTALL: spell created
diff --git a/emacs-lisp/auto-complete/INSTALL b/emacs-lisp/auto-complete/INSTALL
index dfe440b9e4..323abdab98 100755
--- a/emacs-lisp/auto-complete/INSTALL
+++ b/emacs-lisp/auto-complete/INSTALL
@@ -1 +1,3 @@
-emacs -Q -batch -l etc/install.el /usr/share/emacs/site-lisp
+default_install &&
+mv dict ac-dict && # conventional directory name
+emacs_lisp_install ac-dict