comparison lisp/ChangeLog @ 71054:1a9194ab1577

(term-if-xemacs, term-ifnot-xemacs): Delete, replace uses with a simple test. (term-set-escape-char, term-mode, term-check-kill-echo-list) (term-send-raw-string, term-send-raw, term-mouse-paste) (term-char-mode, term-line-mode, term-exec, term-sentinel) (term-handle-exit, term-read-input-ring) (term-previous-matching-input-string) (term-previous-matching-input-string-position) (term-previous-matching-input-from-input) (term-replace-by-expanded-history, term-send-input) (term-skip-prompt, term-bol, term-send-invisible) (term-kill-input, term-delchar-or-maybe-eof) (term-backward-matching-input, term-check-source) (term-proc-query, term-emulate-terminal) (term-handle-colors-array, term-process-pager, term-pager-line) (term-pager-bob, term-unwrap-line, term-word) (term-dynamic-complete-filename) (term-dynamic-complete-as-filename) (term-dynamic-simple-complete): Replace one arm ifs with whens or unlesses.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 29 May 2006 06:11:33 +0000
parents ae67d314ac22
children f652878dc617
comparison
equal deleted inserted replaced
71053:ae67d314ac22 71054:1a9194ab1577
1 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
4 uses with a simple test.
5 (term-set-escape-char, term-mode, term-check-kill-echo-list)
6 (term-send-raw-string, term-send-raw, term-mouse-paste)
7 (term-char-mode, term-line-mode, term-exec, term-sentinel)
8 (term-handle-exit, term-read-input-ring)
9 (term-previous-matching-input-string)
10 (term-previous-matching-input-string-position)
11 (term-previous-matching-input-from-input)
12 (term-replace-by-expanded-history, term-send-input)
13 (term-skip-prompt, term-bol, term-send-invisible)
14 (term-kill-input, term-delchar-or-maybe-eof)
15 (term-backward-matching-input, term-check-source)
16 (term-proc-query, term-emulate-terminal)
17 (term-handle-colors-array, term-process-pager, term-pager-line)
18 (term-pager-bob, term-unwrap-line, term-word)
19 (term-dynamic-complete-filename)
20 (term-dynamic-complete-as-filename)
21 (term-dynamic-simple-complete): Replace one arm ifs with whens or
22 unlesses.
23
1 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca> 24 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2 25
3 * files.el (hack-one-local-variable-eval-safep): Don't burp if used 26 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
4 during bootstrapping. 27 during bootstrapping.
5 28