From 8cee983d52161ecda8b2af093f3280f75f87a6c4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 28 Oct 2005 16:23:55 +0000 Subject: [PATCH] (tramp-completion-mode): defvar moved up. --- lisp/ChangeLog | 23 +++++++++++++++++++++++ lisp/net/tramp.el | 6 +++--- 2 files changed, 26 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 224f1e39565..238c679d257 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,26 @@ +2005-10-28 Richard M. Stallman + + * net/tramp.el (tramp-completion-mode): defvar moved up. + + * emacs-lisp/easymenu.el (easy-menu-change): Doc fix. + + * tool-bar.el (tool-bar-mode): Delete autoload cookie. + + * files.el (find-file-noselect): Use %d to format large file size. + + * bindings.el (help-echo): Add %e. + + * loadup.el ("facemenu"): Load unconditionally. + ("image", "international/fontset", "dnd", "mwheel", "tool-bar"): + ("x-dnd"): Load, when appropriate. + + * startup.el (command-line): Call before-init-hook earlier. + Warn about some bad characters in -u user name. + + * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file. + (flyspell-external-point-words): Error if misspelled word is not found. + Set flyspell-large-region-beg at end of word. + 2005-10-28 Andreas Schwab * view.el (View-revert-buffer-scroll-page-forward): Use diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index cc662770dcf..545fa9e94b1 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -4369,6 +4369,9 @@ necessary anymore." ;;; File name handler functions for completion mode +(defvar tramp-completion-mode nil + "If non-nil, we are in file name completion mode.") + ;; Necessary because `tramp-file-name-regexp-unified' and ;; `tramp-completion-file-name-regexp-unified' aren't different. ;; If nil, `tramp-completion-run-real-handler' is called (i.e. forwarding to @@ -4435,9 +4438,6 @@ necessary anymore." (substring file (length (tramp-completion-handle-file-name-directory file)))) -(defvar tramp-completion-mode nil - "If non-nil, we are in file name completion mode.") - ;; Method, host name and user name completion. ;; `tramp-completion-dissect-file-name' returns a list of ;; tramp-file-name structures. For all of them we return possible completions. -- 2.39.5