mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-23 10:34:07 +00:00
(mouse-drag-mode-line-1): Remove `growth =' message.
This commit is contained in:
parent
b2e6047538
commit
99d48056fa
@ -1,5 +1,24 @@
|
||||
2000-02-23 Dave Love <fx@gnu.org>
|
||||
|
||||
* 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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user