From b912ecbb358c92ee504d033e1cfe84d412e80ed4 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Tue, 5 May 2015 17:19:27 -0500 Subject: emacs-newlisp-mode-git-39.cb67534-1: updating version --- pcr/emacs-newlisp/emacs-newlisp.install | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 pcr/emacs-newlisp/emacs-newlisp.install (limited to 'pcr/emacs-newlisp/emacs-newlisp.install') diff --git a/pcr/emacs-newlisp/emacs-newlisp.install b/pcr/emacs-newlisp/emacs-newlisp.install deleted file mode 100644 index 640e19d16..000000000 --- a/pcr/emacs-newlisp/emacs-newlisp.install +++ /dev/null @@ -1,26 +0,0 @@ -# vim: set ft=sh: -post_install() { - echo " -=> Autoloading: - ------------ - In your .emacs or .init.el - (add-to-list 'load-path (expand-file-name \"/usr/share/emacs/site-lisp/newlisp-mode\")) - (add-to-list 'auto-mode-alist '(\"\\\\.lsp\\\\'\" . newlisp-mode)) - (autoload 'newlisp-mode \"newlisp\" \"Turn on NewLisp mode\" t) - (turn-on-font-lock) - -=> Newlisp is started with the Emacs command M-x newlisp-mode." -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install -} - -op=$1 -shift - -$op $* -- cgit v1.2.3-2-g168b