File: debian_specific.el

package info (click to toggle)
oo-browser 4.07-8
  • links: PTS
  • area: main
  • in suites: potato
  • size: 3,068 kB
  • ctags: 2,873
  • sloc: lisp: 20,842; ansic: 10,819; makefile: 346; sh: 144
file content (12 lines) | stat: -rw-r--r-- 461 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
;;
;;  Written by Raphael Bossek <bossekr@debian.org> for the
;;  Debian GNU/Linux project.
;;  This file is requred to force using the local directory
;;  searching for files first instead of the global load-path
;;  entries. So we can prevent load old oo-browser files while
;;  compiling this package; if someone know a better way please
;;  e-mail me.
;;
(setq load-path (cons (concat "./") load-path))
(setq load-path (cons (concat "./hypb/") load-path))