aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog.12
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog.12')
-rw-r--r--lisp/ChangeLog.128
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12
index 1660009aba7..8721130ec50 100644
--- a/lisp/ChangeLog.12
+++ b/lisp/ChangeLog.12
@@ -10695,7 +10695,7 @@
10695 10695
10696 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for 10696 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
10697 the prompt. If it returns earlier (when detecting an error 10697 the prompt. If it returns earlier (when detecting an error
10698 message), the rest of the output will merge accidently with the 10698 message), the rest of the output will merge accidentally with the
10699 output of the next command. Reported by M Jared Finder 10699 output of the next command. Reported by M Jared Finder
10700 <jared@hpalace.com>. 10700 <jared@hpalace.com>.
10701 10701
@@ -15100,7 +15100,7 @@
151002005-12-21 Stefan Monnier <monnier@iro.umontreal.ca> 151002005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
15101 15101
15102 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call 15102 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
15103 delete-windows-on with an inexistent buffer. 15103 delete-windows-on with a nonexistent buffer.
15104 15104
151052005-12-22 Nick Roberts <nickrob@snap.net.nz> 151052005-12-22 Nick Roberts <nickrob@snap.net.nz>
15106 15106
@@ -16181,7 +16181,7 @@
16181 16181
161822005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org> 161822005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16183 16183
16184 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the 16184 * progmodes/cc-awk.el: Move regexps for analyzing AWK code to near the
16185 start of the file. ^L now separate sections of the file. 16185 start of the file. ^L now separate sections of the file.
16186 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re) 16186 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
16187 (c-awk-one-line-possibly-open-string-re) 16187 (c-awk-one-line-possibly-open-string-re)
@@ -31734,7 +31734,7 @@
317342005-02-23 Stefan Monnier <monnier@iro.umontreal.ca> 317342005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
31735 31735
31736 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed. 31736 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
31737 Remove unused and inexistent var `inhibit-trace'. 31737 Remove unused and nonexistent var `inhibit-trace'.
31738 (debugger-mode): Use run-mode-hooks. 31738 (debugger-mode): Use run-mode-hooks.
31739 (debugger-list-functions): Add buttons; setup xref stack. 31739 (debugger-list-functions): Add buttons; setup xref stack.
31740 31740