Kim F. Storm
8571856be2
*** empty log message ***
2004-11-13 00:57:27 +00:00
Daniel Pfeiffer
a3c328ee89
run-mode-hooks instead of run-hooks
2004-11-12 23:47:30 +00:00
Jay Belanger
68d1b30d25
(calc-dumb-map): Declared it.
...
(calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather than
unbound.
(calc-graph-name): Made `end' a local variable.
(calc-graph-lookup): Made `varname' a local variable.
(var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
Declared them.
(calc-graph-format-data): Don't check if var-PlotRejects is bound.
(calc-graph-plot, calc-graph-compute-3d): Removed references to the
unused variable y3vec.
(calc-graph-show-dumb): Removed reference to unused variable found-pt.
(calc-graph-kill-hook, calc-graph-plot): Removed reference to
calc-graph-prev-kill-hook.
(calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps,
calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec,
calc-graph-xname, calc-graph-yname, calc-graph-xstep,
calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine,
calc-graph-keep-file, calc-graph-xval, calc-graph-xlow,
calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp,
calc-graph-zp, calc-graph-yvector, calc-graph-resolution,
calc-graph-y3value, calc-graph-y3name,
calc-graph-y3step, calc-graph-y3step, calc-graph-zval,
calc-graph-stepcount, calc-graph-is-splot, calc-graph-surprise-splot,
calc-graph-blank, calc-graph-non-blank, calc-graph-curve-num): New
variables.
(calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
(calc-graph-recompute-2d, calc-graph-compute-3d, calc-graph-format-data):
Replaced undeclared variables with the above declared variables.
2004-11-12 22:35:21 +00:00
Eli Zaretskii
f431a91000
(rmail-get-new-mail): Use the renamed variables `rsf-beep' and
...
`rsf-sleep-after-message'.
2004-11-12 17:10:38 +00:00
Eli Zaretskii
7c7d40755a
(rmail-spam-filter): Only check white list if `message-sender' is non-nil.
2004-11-12 17:03:56 +00:00
Eli Zaretskii
63cd573484
(desktop-create-buffer, desktop-save): Avoid some consing by using mapc
...
instead of mapcar.
2004-11-12 16:56:09 +00:00
Stefan Monnier
036cf769ad
*** empty log message ***
2004-11-12 04:06:13 +00:00
Stefan Monnier
f61b7b7fb1
(byte-compile-inline-expand): Understand the
...
new byte-compile-function-environment binding to t.
2004-11-12 03:59:26 +00:00
Vinicius Jose Latorre
e22c7647c7
fix to use new easymenu
2004-11-12 02:14:03 +00:00
Nick Roberts
60516f7b9d
(require): Explain why CL is needed.
2004-11-12 00:14:24 +00:00
Nick Roberts
cf66c8aaa4
*** empty log message ***
2004-11-12 00:13:36 +00:00
Stefan Monnier
7ae3cc71e1
(font-lock-fontify-syntactically-region):
...
Don't forget to highlight the last char when we hit `end'.
2004-11-12 00:00:59 +00:00
Stefan Monnier
d1ff89d941
(mouse-wheel-progressive-speed): Fix typo in name.
...
(mwheel-scroll): Adjust accordingly.
2004-11-11 23:51:40 +00:00
Stefan Monnier
d6a1331707
Reduce spurious warnings.
...
(cvs-status-checkout): Remove.
(cvs-status-mode-map): Use cvs-mode-checkout instead.
2004-11-11 23:47:15 +00:00
Stefan Monnier
38400c2a69
(cvs-mode-checkout): New command.
2004-11-11 23:45:52 +00:00
Stefan Monnier
8cece98ad3
*** empty log message ***
2004-11-11 23:04:45 +00:00
Stefan Monnier
1885cb8854
(iso-cvt-define-menu): Fix typo.
2004-11-11 22:59:58 +00:00
Stefan Monnier
18385083b9
Require CL.
2004-11-11 22:58:14 +00:00
Stefan Monnier
977b50fb12
Use push.
...
(byte-compile-file-form-defalias): Rename from byte-compile-defalias.
(defalias): Remove the `byte-compile' property and add a `byte-hunk-handler'.
2004-11-11 22:44:46 +00:00
Juri Linkov
be4b3ae8be
(Info-search): Save match data for isearch. Skip Tag Table node.
2004-11-11 21:45:57 +00:00
Juri Linkov
811cab8651
(magic-mode-alist): Use optimization for SGML mode too.
...
(set-auto-mode): Doc fix. Remove unused variable `xml'.
2004-11-11 21:42:32 +00:00
Juri Linkov
f46692199f
(describe-char): Replace syntax-after with code
...
from its previous version.
2004-11-11 21:40:43 +00:00
Juri Linkov
81668eb260
(sgml-html-meta-auto-coding-function):
...
Remove > after <html to allow HTML attributes.
2004-11-11 21:39:41 +00:00
Juri Linkov
6d1289c338
Restore iso-2022-7bit coding in commented out code.
2004-11-11 21:38:47 +00:00
Miles Bader
ae465fa737
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-689
...
Merge from gnus--rel--5.10
Patches applied:
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-71
Update from CVS
2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
default; improve customization type.
(gnus-emphasis-custom-with-format): New macro.
(gnus-emphasis-custom-value-to-external): New function.
(gnus-emphasis-custom-value-to-internal): New function.
2004-11-11 21:19:49 +00:00
Jay Belanger
13643b5f17
*** empty log message ***
2004-11-11 21:05:47 +00:00
Jay Belanger
8d7498c1ff
(math-prime-factors-finished): Declared it as a variable.
...
(calcFunc-dfac): Replaced max by n.
(math-stirling-local-cache): New variable.
(math-stirling-number, math-stirling-1, math-stirling-2): Replaced
the variable `cache' by the declared variable math-stirling-local-cache.
(var-RandSeed): Declared it.
(math-init-random-base, math-random-digit): Don't check to see if
var-RandSeed is bound.
(math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
Declared them instead of just setting them.
(math-init-random-base): Made i a local variable.
(math-random-digit): Made math-random-last a local variable.
(math-prime-test-cache): Moved declaration to before it is used.
(math-prime-test-cache-k, math-prime-test-cache-q,
math-prime-test-cache-nm1, math-prime-factors-finished): Declared
them as variables.
2004-11-11 20:59:02 +00:00
Jay Belanger
fe1f8500f8
(math-defcache): Use defvar for the new variables it creates.
2004-11-11 20:16:15 +00:00
Lars Hansen
2bafe3ddd4
Update entry 2003-04-06 Lars Hansen <larsh@math.ku.dk>
2004-11-11 19:04:18 +00:00
Lars Hansen
af61551b5e
(desktop-buffer-mode-handlers, desktop-after-read-hook,
...
desktop-clear-preserve-buffers-regexp, desktop-file-name-format,
desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path,
desktop-save): Add :version.
2004-11-11 19:02:56 +00:00
Masatake YAMATO
de0234ea3d
url-mailto.el (url-mailto): Fix a typo in the comment.
2004-11-11 18:03:41 +00:00
Stefan Monnier
3a502e66dc
(pr-get-symbol): Don't downcase.
2004-11-11 15:01:34 +00:00
Jay Belanger
4726a1dff0
*** empty log message ***
2004-11-11 06:14:18 +00:00
Jay Belanger
411b140762
(math-read-brackets, math-check-for-commas): Use declared variable
...
math-exp-pos.
(math-check-for-commas): Use declared variable math-exp-str.
(math-read-brackets): Use declared variables math-exp-old-pos,
math-exp-keep-spaces.
(math-read-brackets, math-read-vector, math-read-matrix): Use
declared variable math-exp-token.
2004-11-11 05:53:19 +00:00
Jay Belanger
679e2630d3
(math-parse-tex-sum): Use declared variable math-exp-old-pos.
...
(math-parse-fortran-vector, math-parse-fortran-vector-end)
(math-parse-eqn-prime): Use declared variable math-exp-token.
2004-11-11 05:52:17 +00:00
Jay Belanger
97660b3e63
(math-read-angle-bracket): Use declared variables math-exp-pos,
...
math-exp-str.
2004-11-11 05:51:24 +00:00
Jay Belanger
e59b8655da
(math-read-expr): Use declared variables math-exp-pos,
...
math-exp-old-pos, math-exp-str, math-exp-token,
math-exp-keep-spaces.
2004-11-11 05:50:09 +00:00
Jay Belanger
3cedbf7217
(calc-do-quick-calc): Use kill-new to append string to kill-ring.
...
(calc-alg-exp, math-toks, math-exp-pos,math-exp-old-pos)
(math-exp-token, math-exp-keep-spaces, math-exp-str): New variables.
(calc-do-alg-entry, calcAlg-equals, calcAlg-edit, calcAlg-enter): Use
declared variable calc-alg-exp.
(math-build-parse-table, math-find-user-token): Use declared variable
math-toks.
(math-read-exprs, math-read-token, calc-check-user-syntax,
calc-match-user-syntax, match-factor-after, math-read-factor): Use
declared variables math-exp-pos math-exp-old-pos.
(math-read-exprs, math-read-token, math-read-expr-level)
(calc-check-user-syntax, calc-match-user-syntax, match-factor-after)
(math-read-factor): Use declared variable math-exp-token.
(math-read-exprs, math-read-expr-list, math-read-token,
math-read-factor): Use declared variable math-exp-keep-spaces.
(math-read-exprs, math-read-token): Use declared variable
math-exp-str.
(calc-match-user-syntax): Made m a local variable.
2004-11-11 05:48:50 +00:00
Stefan Monnier
32a0479a9d
(magic-mode-alist): Reduce backtracking in the HTML regexp.
2004-11-11 04:52:27 +00:00
Daniel Pfeiffer
507ecaf998
Emacs 21.4, not 20.4
2004-11-10 20:17:34 +00:00
Stefan Monnier
fe6ca60c21
(easy-menu-add-item): Use keymap-prompt. Simplify.
2004-11-10 16:20:20 +00:00
Stefan Monnier
d0db69919b
(easy-menu-define-key): Understand the case where the keymap is a symbol.
2004-11-10 15:15:43 +00:00
Stefan Monnier
e9146d5acc
(sgml-tag-text-p): New fun.
...
(sgml-parse-tag-backward): Use it to skip spurious < or >.
2004-11-10 14:39:40 +00:00
Thien-Thi Nguyen
86523fac0b
*** empty log message ***
2004-11-10 10:51:01 +00:00
Thien-Thi Nguyen
5f20b65323
Doc fixes throughout.
...
(electric-buffer-menu-mode-hook): New defvar.
2004-11-10 10:45:59 +00:00
Daniel Pfeiffer
55e19d0876
Also do /etc/magic, hosts.allow, hosts.deny etc.
2004-11-10 09:53:24 +00:00
Nick Roberts
857dd623cc
Don't require cl, comint, gud, gdb-ui for
...
compilation. The resulting compiler warnings appear to be
harmless.
2004-11-10 06:47:35 +00:00
Nick Roberts
df388ce6a4
*** empty log message ***
2004-11-10 06:46:50 +00:00
Miles Bader
ce09e17323
Changes from arch/CVS synchronization
2004-11-10 05:20:51 +00:00
Daniel Pfeiffer
dd0f1553b7
*** empty log message ***
2004-11-10 00:43:48 +00:00