1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 23:31:55 -08:00
Commit graph

6496 commits

Author SHA1 Message Date
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
Vinicius Jose Latorre
e22c7647c7 fix to use new easymenu 2004-11-12 02:14:03 +00:00
Nick Roberts
cf66c8aaa4 *** empty log message *** 2004-11-12 00:13:36 +00:00
Stefan Monnier
8cece98ad3 *** empty log message *** 2004-11-11 23:04:45 +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
Jay Belanger
13643b5f17 *** empty log message *** 2004-11-11 21:05:47 +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
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
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
Stefan Monnier
32a0479a9d (magic-mode-alist): Reduce backtracking in the HTML regexp. 2004-11-11 04:52:27 +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
Nick Roberts
df388ce6a4 *** empty log message *** 2004-11-10 06:46:50 +00:00
Daniel Pfeiffer
dd0f1553b7 *** empty log message *** 2004-11-10 00:43:48 +00:00
Jay Belanger
6d37f0f14b *** empty log message *** 2004-11-09 20:38:27 +00:00
Glenn Morris
32261ad34d *** empty log message *** 2004-11-09 16:59:44 +00:00
Glenn Morris
b4f8e43e24 *** empty log message *** 2004-11-09 14:50:30 +00:00
Stefan Monnier
0c90b62944 (easy-menu-intern): Revert to no-downcasing.
(easy-menu-name-match): Revert correspondingly.
2004-11-09 14:37:10 +00:00
Jan Djärv
366fc3f9ed * Makefile.in (maintainer-clean): Depend on distclean. 2004-11-09 11:05:40 +00:00
Richard M. Stallman
a7a7ddf104 (byte-compile-defalias):
Turn off warnings for the new function even ifdefinition not constant.
If the definition isn't a quoted symbol, record (FUNCTION . t).
(byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
(byte-compile-callargs-warn): Handle (FUNCTION . t).
(display-call-tree, byte-compile-arglist-warn):
Handle t returned by byte-compile-fdefinition.
2004-11-09 10:33:23 +00:00
Jan Djärv
84c2fd9f35 * help-fns.el (help-C-file-name): File name must be in build-files
to be returned.
2004-11-09 08:20:44 +00:00
Jay Belanger
6b644e8d6c *** empty log message *** 2004-11-09 05:01:55 +00:00
Nick Roberts
ec3dd7523b *** empty log message *** 2004-11-08 21:15:50 +00:00
Richard M. Stallman
1efc19ebfa *** empty log message *** 2004-11-08 17:00:42 +00:00
Juri Linkov
b056d9cbd7 *** empty log message *** 2004-11-08 12:18:33 +00:00
Jay Belanger
3c29dab149 *** empty log message *** 2004-11-08 02:37:02 +00:00
Jay Belanger
bd6bda79c3 *** empty log message *** 2004-11-08 00:27:05 +00:00
Kim F. Storm
85c385423e *** empty log message *** 2004-11-07 23:27:02 +00:00
Richard M. Stallman
551373ea98 *** empty log message *** 2004-11-07 22:51:22 +00:00
Juri Linkov
91337c1f28 *** empty log message *** 2004-11-07 20:52:25 +00:00
Kai Großjohann
c37ee7cb84 (tramp-uudecode): Mention `uudecode -o /dev/stdout'. 2004-11-06 20:32:24 +00:00
Kai Großjohann
e7b52b6db2 (tramp-coding-commands): Additionally try "uudecode -o /dev/stdout"
before trying "uudecode -o -".  Suggested by Han Boetes.
2004-11-06 20:27:16 +00:00
David Ponce
59341ff0e3 *** empty log message *** 2004-11-06 18:27:36 +00:00
Eli Zaretskii
6159c232a6 *** empty log message *** 2004-11-06 17:04:23 +00:00
Andreas Schwab
803a05c2fa (tempo-match-finder): Doc fix. 2004-11-06 14:49:45 +00:00
Andreas Schwab
cffe562a9f (easy-menu-get-map): Fix last change. 2004-11-06 14:43:43 +00:00
Andreas Schwab
98961e08e5 Change log entry reconstructed from commit message. 2004-11-06 14:41:21 +00:00
Eli Zaretskii
27540e8151 *** empty log message *** 2004-11-06 12:12:23 +00:00
Eli Zaretskii
14e32dd339 (align-areas): Delete whitespace before reindenting, so
that tabs are never placed after spaces.
2004-11-06 12:06:18 +00:00
Eli Zaretskii
4d79b8744f (insert-kbd-macro): Do completions based on macros,
rather than all commands.
2004-11-06 11:49:55 +00:00
Eli Zaretskii
16d24ae8cf (tempo-match-finder): Use [:word:] instead of "^\\b",
to solve a bug whereby tags with 'b' don't match.
2004-11-06 11:28:42 +00:00
Juri Linkov
3296d21b53 *** empty log message *** 2004-11-05 19:05:44 +00:00
Daniel Pfeiffer
5dcd636baf *** empty log message *** 2004-11-04 20:24:29 +00:00
Jan Djärv
8d9e2a4940 * dired.el (dired-read-dir-and-switches): Call read-directory-name
if a dialog will be used, read-file-name otherwise.
2004-11-04 15:22:00 +00:00