From 99d48056fa2cf3e8eb8f80490a18fa9e0e9f0f97 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 23 Feb 2000 22:20:44 +0000 Subject: [PATCH] (mouse-drag-mode-line-1): Remove `growth =' message. --- lisp/ChangeLog | 19 +++++++++++++++++++ lisp/mouse.el | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b904180f896..bcd1402390b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,24 @@ 2000-02-23 Dave Love + * gud.el (gud-jdb-build-class-source-alist): Prepend space to + scratch buffer name. + (gud-format-command): Use int-to-string in ?l case. Simplify + slightly. + + * term/w32-win.el (internal-face-interactive): Update prompt for + new read-face-name. + + * mail/footnote.el (footnote): Add :version to defgroup. + (footnote-section-tag-regexp): Customize. + (footnote-start-tag, footnote-end-tag): New option. + (footnote-latin-regexp): New variable. + (Footnote-latin): New function. + (footnote-style-alist): Add element for latin style. + (footnote-style): Moved. + (Footnote-goto-footnote): Use eq to test arg. + + * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. + * emacs-lisp/byte-opt.el: Change old backquote syntax. (byte-compile-trueconstp): Include keywords. (byte-optimize-quote, byte-optimize-lapcode): Use diff --git a/lisp/mouse.el b/lisp/mouse.el index f59890c1913..01884f11cfd 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -300,7 +300,7 @@ MODE-LINE-P non-nil means a mode line is dragged." (enlarge-window (- growth)) (select-window start-event-window)) ;; no. grow/shrink the selected window - (message "growth = %d" growth) + ;; (message "growth = %d" growth) (enlarge-window growth)) ;; if this window's growth caused another -- 2.39.5