diff options
| author | Dave Love | 2000-02-23 22:20:44 +0000 |
|---|---|---|
| committer | Dave Love | 2000-02-23 22:20:44 +0000 |
| commit | 99d48056fa2cf3e8eb8f80490a18fa9e0e9f0f97 (patch) | |
| tree | 696916eb8e5a590353be67018b2195428aaa0723 | |
| parent | b2e60475383b5efd691b2e591e20f31df9d5f412 (diff) | |
| download | emacs-99d48056fa2cf3e8eb8f80490a18fa9e0e9f0f97.tar.gz emacs-99d48056fa2cf3e8eb8f80490a18fa9e0e9f0f97.zip | |
(mouse-drag-mode-line-1): Remove `growth =' message.
| -rw-r--r-- | lisp/ChangeLog | 19 | ||||
| -rw-r--r-- | lisp/mouse.el | 2 |
2 files changed, 20 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b904180f896..bcd1402390b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,24 @@ | |||
| 1 | 2000-02-23 Dave Love <fx@gnu.org> | 1 | 2000-02-23 Dave Love <fx@gnu.org> |
| 2 | 2 | ||
| 3 | * gud.el (gud-jdb-build-class-source-alist): Prepend space to | ||
| 4 | scratch buffer name. | ||
| 5 | (gud-format-command): Use int-to-string in ?l case. Simplify | ||
| 6 | slightly. | ||
| 7 | |||
| 8 | * term/w32-win.el (internal-face-interactive): Update prompt for | ||
| 9 | new read-face-name. | ||
| 10 | |||
| 11 | * mail/footnote.el (footnote): Add :version to defgroup. | ||
| 12 | (footnote-section-tag-regexp): Customize. | ||
| 13 | (footnote-start-tag, footnote-end-tag): New option. | ||
| 14 | (footnote-latin-regexp): New variable. | ||
| 15 | (Footnote-latin): New function. | ||
| 16 | (footnote-style-alist): Add element for latin style. | ||
| 17 | (footnote-style): Moved. | ||
| 18 | (Footnote-goto-footnote): Use eq to test arg. | ||
| 19 | |||
| 20 | * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. | ||
| 21 | |||
| 3 | * emacs-lisp/byte-opt.el: Change old backquote syntax. | 22 | * emacs-lisp/byte-opt.el: Change old backquote syntax. |
| 4 | (byte-compile-trueconstp): Include keywords. | 23 | (byte-compile-trueconstp): Include keywords. |
| 5 | (byte-optimize-quote, byte-optimize-lapcode): Use | 24 | (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." | |||
| 300 | (enlarge-window (- growth)) | 300 | (enlarge-window (- growth)) |
| 301 | (select-window start-event-window)) | 301 | (select-window start-event-window)) |
| 302 | ;; no. grow/shrink the selected window | 302 | ;; no. grow/shrink the selected window |
| 303 | (message "growth = %d" growth) | 303 | ;; (message "growth = %d" growth) |
| 304 | (enlarge-window growth)) | 304 | (enlarge-window growth)) |
| 305 | 305 | ||
| 306 | ;; if this window's growth caused another | 306 | ;; if this window's growth caused another |