diff options
Diffstat (limited to 'lisp/mh-e')
| -rw-r--r-- | lisp/mh-e/mh-compat.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/mh-e.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mh-e/mh-compat.el b/lisp/mh-e/mh-compat.el index 82c7a4dc1c1..9865d085444 100644 --- a/lisp/mh-e/mh-compat.el +++ b/lisp/mh-e/mh-compat.el | |||
| @@ -162,7 +162,7 @@ compatibility with versions of Emacs that lack the variable | |||
| 162 | 162 | ||
| 163 | (let* ((load-path (image-load-path-for-library \"mh-e\" \"mh-logo.xpm\")) | 163 | (let* ((load-path (image-load-path-for-library \"mh-e\" \"mh-logo.xpm\")) |
| 164 | (image-load-path (cons (car load-path) | 164 | (image-load-path (cons (car load-path) |
| 165 | (when (boundp 'image-load-path) | 165 | (when (boundp \\='image-load-path) |
| 166 | image-load-path)))) | 166 | image-load-path)))) |
| 167 | (mh-tool-bar-folder-buttons-init))" | 167 | (mh-tool-bar-folder-buttons-init))" |
| 168 | (unless library (error "No library specified")) | 168 | (unless library (error "No library specified")) |
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index 22e4cd737ec..c89e71f5168 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el | |||
| @@ -1657,7 +1657,7 @@ using the Emacs 22 command \"emacsclient\" as follows: | |||
| 1657 | origMode | 1657 | origMode |
| 1658 | polltime 10 | 1658 | polltime 10 |
| 1659 | headertime 0 | 1659 | headertime 0 |
| 1660 | command emacsclient --eval '(mh-inc-spool-mh-e)' | 1660 | command emacsclient --eval \\='(mh-inc-spool-mh-e)\\=' |
| 1661 | 1661 | ||
| 1662 | In XEmacs, the command \"gnuclient\" is used in a similar | 1662 | In XEmacs, the command \"gnuclient\" is used in a similar |
| 1663 | fashion." | 1663 | fashion." |