summaryrefslogtreecommitdiff
path: root/lisp/bindings.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-07-05 00:56:01 +0000
committerRichard M. Stallman <rms@gnu.org>1997-07-05 00:56:01 +0000
commitf1497bc41ee5ab6f2d275f6dd4d654e8c3794ded (patch)
tree1ef01d7859ac42f36487778a7e6a3b71066e3236 /lisp/bindings.el
parente8682f8ecc4213671e19d965ad115ae305a4018d (diff)
downloademacs-f1497bc41ee5ab6f2d275f6dd4d654e8c3794ded.tar.gz
(complete-symbol): Accept an argument.
(debug-ignored-errors): Add ^ to "No tags table loaded". Make the etags.el strings correspond to latest etags.el.
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r--lisp/bindings.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el
index 55db199eb70..c8d37596f90 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -197,16 +197,16 @@ is okay. See `mode-line-format'.")
"^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 @@ is okay. See `mode-line-format'.")
(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