comparison lisp/bindings.el @ 91239:2fcaae6177a5

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-300
author Miles Bader <miles@gnu.org>
date Sun, 16 Dec 2007 05:08:49 +0000
parents 53108e6cea98 f358a2fd5895
children 606f2d163a64
comparison
equal deleted inserted replaced
91238:5cf14a2107b5 91239:2fcaae6177a5
614 (if arg 614 (if arg
615 (info-complete-symbol) 615 (info-complete-symbol)
616 (if (fboundp 'complete-tag) 616 (if (fboundp 'complete-tag)
617 (complete-tag) 617 (complete-tag)
618 ;; Don't autoload etags if we have no tags table. 618 ;; Don't autoload etags if we have no tags table.
619 (error (substitute-command-keys 619 (error "%s" (substitute-command-keys
620 "No tags table loaded; use \\[visit-tags-table] to load one"))))) 620 "No tags table loaded; use \\[visit-tags-table] to load one")))))
621 621
622 ;; Reduce total amount of space we must allocate during this function 622 ;; Reduce total amount of space we must allocate during this function
623 ;; that we will not need to keep permanently. 623 ;; that we will not need to keep permanently.
624 (garbage-collect) 624 (garbage-collect)