diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-12-04 08:15:47 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-12-04 08:15:47 +0000 |
commit | d95764e75aba8d4804652cfae21e0dc73105a540 (patch) | |
tree | d788be2d93beae50d0dc8c9bc9d650369e907de7 /app-emacs/crontab-mode/files | |
parent | unquote A and quote FILESDIR (diff) | |
download | historical-d95764e75aba8d4804652cfae21e0dc73105a540.tar.gz historical-d95764e75aba8d4804652cfae21e0dc73105a540.tar.bz2 historical-d95764e75aba8d4804652cfae21e0dc73105a540.zip |
Stable on amd64, bug #195512.
Package-Manager: portage-2.1.4_rc4
Diffstat (limited to 'app-emacs/crontab-mode/files')
-rw-r--r-- | app-emacs/crontab-mode/files/50crontab-mode-gentoo.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-emacs/crontab-mode/files/50crontab-mode-gentoo.el b/app-emacs/crontab-mode/files/50crontab-mode-gentoo.el index 504426ee254c..ee1c79e60df0 100644 --- a/app-emacs/crontab-mode/files/50crontab-mode-gentoo.el +++ b/app-emacs/crontab-mode/files/50crontab-mode-gentoo.el @@ -1,7 +1,6 @@ -;;; crontab-mode site-lisp configuration +;;; crontab-mode site-lisp configuration (add-to-list 'load-path "@SITELISP@") (autoload 'crontab-mode "crontab-mode" nil t) (autoload 'crontab-get "crontab-mode" nil t) - |