diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-03-20 01:16:26 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-03-20 01:26:21 +0100 |
commit | 0eeb865aae3373343c18b7674fde91f280edafef (patch) | |
tree | 77357b89a099ed9215fed815da820cef56548d48 /lisp/printing.el | |
parent | 7607d1c4e854cf55701aef3446092d3f510697ce (diff) | |
download | emacs-0eeb865aae3373343c18b7674fde91f280edafef.tar.gz emacs-0eeb865aae3373343c18b7674fde91f280edafef.tar.bz2 emacs-0eeb865aae3373343c18b7674fde91f280edafef.zip |
Assume something more recent than X11R6
* lisp/bindings.el:
* lisp/menu-bar.el:
* lisp/printing.el:
* lisp/thumbs.el (thumbs-conversion-program): Assume we have something
more recent than X11R6.
Diffstat (limited to 'lisp/printing.el')
-rw-r--r-- | lisp/printing.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/printing.el b/lisp/printing.el index f6b9494e177..f5d3c82ae95 100644 --- a/lisp/printing.el +++ b/lisp/printing.el @@ -103,14 +103,14 @@ Please send all bug fixes and enhancements to ;; For example, after previewing a PostScript file, *Printing Command Output* ;; will have the following entry: ;; -;; /usr/X11R6/bin/gv ("/home/user/example/file.ps") +;; /usr/bin/gv ("/home/user/example/file.ps") ;; Exit status: 0 ;; ;; In the example above, the previewing was successful. If during previewing, ;; you quit gv execution (by typing C-g during Emacs session), the log entry ;; would be: ;; -;; /usr/X11R6/bin/gv ("/home/user/example/file.ps") +;; /usr/bin/gv ("/home/user/example/file.ps") ;; Exit status: Quit ;; ;; So, if something goes wrong, a good place to take a look is the buffer |