diff options
| -rw-r--r-- | lisp/bindings.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el index 6af10f12911..94b698f62e4 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el | |||
| @@ -207,6 +207,7 @@ is okay. See `mode-line-format'.") | |||
| 207 | 207 | ||
| 208 | ;; man | 208 | ;; man |
| 209 | "^No manpage [0-9]* found$" | 209 | "^No manpage [0-9]* found$" |
| 210 | "^Can't find the .* manpage$" | ||
| 210 | 211 | ||
| 211 | ;; etags | 212 | ;; etags |
| 212 | "^No tags table in use; use .* to select one$" | 213 | "^No tags table in use; use .* to select one$" |
| @@ -232,7 +233,6 @@ is okay. See `mode-line-format'.") | |||
| 232 | "^This command is inapplicable in the present context$" | 233 | "^This command is inapplicable in the present context$" |
| 233 | "^This session group has no parent$" | 234 | "^This session group has no parent$" |
| 234 | "^Can't hide active session, $" | 235 | "^Can't hide active session, $" |
| 235 | "^Sorry, I don't do this for everyone...$" | ||
| 236 | "^Ediff: something wrong--no multiple diffs buffer$" | 236 | "^Ediff: something wrong--no multiple diffs buffer$" |
| 237 | "^Can't make context diff for Session $" | 237 | "^Can't make context diff for Session $" |
| 238 | "^The patch buffer wasn't found$" | 238 | "^The patch buffer wasn't found$" |