diff options
author | Glenn Morris <rgm@gnu.org> | 2007-12-06 04:09:57 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-12-06 04:09:57 +0000 |
commit | 5cec305694c24f57f0cb0b46a089323d18274142 (patch) | |
tree | 3044500a0ecfe8da7ef0d52524c6c1eea7abaccf /lisp/progmodes/ps-mode.el | |
parent | 292071b483f53e5b8fa8541f1de08ba5ba4f211a (diff) | |
download | emacs-5cec305694c24f57f0cb0b46a089323d18274142.tar.gz |
Remove directory part from filenames in function declarations.
Diffstat (limited to 'lisp/progmodes/ps-mode.el')
-rw-r--r-- | lisp/progmodes/ps-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/ps-mode.el b/lisp/progmodes/ps-mode.el index 8b26db1a12e..6327a68302b 100644 --- a/lisp/progmodes/ps-mode.el +++ b/lisp/progmodes/ps-mode.el @@ -481,7 +481,7 @@ If nil, the following are tried in turn, until success: -(declare-function doc-view-minor-mode "../doc-view") +(declare-function doc-view-minor-mode "doc-view") ;; PostScript mode. |