Mercurial > emacs
changeset 18624:ecf30a8391d5
(complete-symbol): Accept an argument.
(debug-ignored-errors): Add ^ to "No tags table loaded".
Make the etags.el strings correspond to latest etags.el.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 05 Jul 1997 00:56:01 +0000 |
parents | fc78e7f26a64 |
children | 9b5b989d1857 |
files | lisp/bindings.el |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/bindings.el Sat Jul 05 00:54:32 1997 +0000 +++ b/lisp/bindings.el Sat Jul 05 00:56:01 1997 +0000 @@ -197,16 +197,16 @@ "^No manpage [0-9]* found$" ;; etags - "^No tags table in use! Use .* to select one\\.$" + "^No tags table in use; use .* to select one$" "^There is no default tag$" "^No previous tag locations$" "^File .* is not a valid tags table$" "^No \\(more \\|\\)tags \\(matching\\|containing\\) " "^Rerun etags: `.*' not found in " - "^All files processed\\.$" - "^No .* or .* in progress.$" + "^All files processed$" + "^No .* or .* in progress$" "^File .* not in current tags tables$" - "No tags table loaded." + "^No tags table loaded" "^Nothing to complete$" ;; BBDB @@ -218,7 +218,7 @@ (define-key esc-map "\t" 'complete-symbol) -(defun complete-symbol () +(defun complete-symbol (arg) "Perform tags completion on the text around point. Completes to the set of names listed in the current tags table. The string to complete is chosen in the same way as the default