Richard M. Stallman
de5ffeadde
(set-buffer-file-coding-system): Finish previous change.
2004-11-16 22:37:04 +00:00
Richard M. Stallman
ee31cd78ef
*** empty log message ***
2004-11-16 17:31:19 +00:00
Richard M. Stallman
231401514a
(iso-tex2iso-trans-tab): Discard spaces after \i according to TeX rules.
2004-11-16 17:20:32 +00:00
Richard M. Stallman
14b3fa075e
(set-buffer-file-coding-system): New arg NOMODIFY.
...
(after-insert-file-set-coding): Pass that new arg.
Prevent set-buffer-multibyte from trying to lock the file.
2004-11-16 17:18:39 +00:00
Richard M. Stallman
6161791395
(list-buffers-noselect): New arg BUFFER-LIST.
2004-11-16 17:12:53 +00:00
Richard M. Stallman
c73dca2540
(save-place): Doc fix.
2004-11-16 17:11:00 +00:00
Richard M. Stallman
b9559a72b4
(dabbrev-expand): When handling SPC M-/,
...
temporarily widen before finding the following word to copy.
2004-11-16 17:08:39 +00:00
Richard M. Stallman
e7ea754563
(map-keymap): Definition deleted.
...
(cl-map-keymap): Definition deleted.
2004-11-16 17:06:56 +00:00
Richard M. Stallman
14694a594b
(map-keymap-internal): New function.
2004-11-16 17:05:18 +00:00
Stefan Monnier
27c35b9521
(flyspell-mouse-map): Pop the menu
...
when pressing rather than when releasing mouse-2. Simplify.
2004-11-16 15:29:10 +00:00
Juri Linkov
b0339ffd83
(find-function-regexp): Optimize define-minor-mode'. Add
defun-cvs-mode'.
...
Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
Remove invalid `\W' from [^cgv\W]. Doc fix.
(find-function-search-for-symbol): Replace "\\>" with "\\_>".
2004-11-16 15:26:30 +00:00
Stefan Monnier
bd8c6db5dc
(compilation-setup): Don't set buffer-read-only.
...
(compilation-mode): Set it here instead.
2004-11-16 04:52:19 +00:00
Stefan Monnier
e542ea4bed
Use make-symbol rather than gensym.
...
(loop, cl-parse-loop-clause, defsetf): Use backquote.
2004-11-16 04:05:29 +00:00
Stefan Monnier
ab3d4bb2ac
(pair-with-newsyms): Use make-symbol.
2004-11-16 04:04:50 +00:00
Luc Teirlinck
ce2bbf6a2f
*** empty log message ***
2004-11-16 02:56:49 +00:00
Luc Teirlinck
4127f01512
Maintainer is now FSF.
...
(life-patterns, life-neighbor-deltas, life-window-start)
(life-current-generation, life-generation-string): Use defvar instead
of defconst.
2004-11-16 02:54:06 +00:00
Stefan Monnier
9c8e6c852c
(compilation-move-to-column): New fun.
...
(compilation-internal-error-properties)
(compilation-next-error-function): Use it to make sure we don't go past
the end of line.
2004-11-15 23:10:38 +00:00
John Paul Wallington
fbee29e6e1
(auto-insert-alist): Insert the user's name in copyright notice,
...
rather than Free Software Foundation, for the Emacs Lisp header case
too.
2004-11-15 20:50:08 +00:00
Vinicius Jose Latorre
14b84c94f8
Fix typos & pr-switches-string
2004-11-15 19:31:54 +00:00
Jay Belanger
46a7315606
*** empty log message ***
2004-11-15 06:33:46 +00:00
Jay Belanger
f7adda5411
(math-integrate-by-parts): Removed unused variable var-thing.
...
(math-integ-depth, math-integ-level, math-integral-limit)
(math-enable-subst, math-any-substs, math-integ-msg)
(math-prev-parts-v, math-good-parts, math-max-integral-limit)
(math-int-threshold, math-int-factors, math-double-roots)
(math-solve-simplifying, var-IntegLimit, math-solve-sign)
(var-GenCount): Declared these variables.
(calcFunc-integ): Don't check if var-IntegLimit is bound.
(math-integral-cache, math-integral-cache-state): Move declarations
to earlier in the file.
(math-deriv-var, math-deriv-total, math-deriv-symb): New variables.
(math-derivative, calcFunc-deriv, calcFunc-tderiv): Replace
variables deriv-var, deriv-total and deriv-symb by declared variables
math-deriv-var, math-deriv-total and math-deriv-symb.
(math-cur-record): New variable.
(math-integral, math-replace-integral-parts, math-integrate-by-parts)
(calc-dump-integral-cache, math-try-integral): Replace variable
cur-record by declared variable math-cur-record.
(math-has-rules): New variable.
(math-try-integral, math-do-integral): Use declared variable
math-has-rules instead of has-rules.
(math-t1, math-t2, math-t3): New variables.
(math-do-integral, math-do-integral-methods, math-try-solve-for)
(math-try-solve-prod, math-solve-poly-funny-powers)
(math-solve-crunch-poly, math-decompose-poly)
(math-solve-find-root-term, math-find-root-in-prod): Replace
variables t1, t2, t3 by declared variables math-t1, math-t2,
math-t3.
(math-so-far, math-integ-expr): New variables.
(math-do-integral-methods, math-integ-try-linear-substitutions)
(math-integ-try-substitutions): Replace variables so-far and expr by
declared variables math-so-far and math-integ-expr.
(math-expr-parts): New variable.
(math-expr-rational-in, math-expr-rational-in-rec): Replace variable
parts by declared variable math-expr-parts.
(calc-low, calc-high): New variables.
(calcFunc-table, math-scan-for-limits): Replaced variable low and
high with the declared variable calc-low and calc-high.
(math-solve-var, math-solve-full): New variables.
(math-try-solve-for, math-try-solve-prod, math-solve-prod)
(math-decompose-poly, math-solve-quartic, math-poly-all-roots)
(math-solve-find-root-in-prod, math-solve-for, math-solve-system)
(math-solve-system-rec, math-solve-get-sign, math-solve-get-int):
Replace variables solve-var and solve-full with declared variables
math-solve-var and math-solve-full.
(math-solve-vars): New variable.
(math-solve-system, math-solve-system-rec): Replace variable
solve-vars with declared variable math-solve-vars.
(math-try-solve-sign): New variable.
(math-try-solve-for, math-try-solve-prod): Replace variable
sign by declared variable math-try-solve-sign.
(math-solve-b): New variable.
(math-solve-poly-funny-powers, math-decompose-poly): Replace variable
b by declared variable math-solve-b.
(math-solve-system-vv, math-solve-res): New variables
(math-solve-system-rec, math-solve-system-subst): Replaced variables
vv and res with declared variables math-solve-system-vv and
math-solve-system-res.
2004-11-15 06:16:21 +00:00
Miles Bader
853e2e5e29
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-696
...
Merge from gnus--rel--5.10
Patches applied:
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-72
Update from CVS
2004-11-15 05:26:20 +00:00
Stefan Monnier
930a3e462e
(compilation-internal-error-properties):
...
Fix up a transposition-typo. Check end-col before using it.
2004-11-15 04:51:50 +00:00
Luc Teirlinck
87589a704d
*** empty log message ***
2004-11-14 23:27:46 +00:00
Luc Teirlinck
a576d8e299
(convert-standard-filename): Doc fix.
2004-11-14 23:24:14 +00:00
Luc Teirlinck
141fa91025
(nnfolder-save-marks): Add missing format field in call to `error'.
2004-11-14 23:07:12 +00:00
Luc Teirlinck
5145dbc551
(nnml-save-marks): Add missing format field in call to `error'.
2004-11-14 23:03:04 +00:00
Reiner Steib
c825ac9d3c
(gnus-convert-old-newsrc): Assign
...
legacy-gnus-agent to 5.10.7.
2004-11-14 20:45:05 +00:00
Daniel Pfeiffer
b14f1885d1
(auto-mode-alist): handle .gtkrc, and under /etc passwd, group, shadow, default/* and pam.d/*.
2004-11-14 18:11:57 +00:00
Vinicius Jose Latorre
bf490c7bb6
adjust pr-menu-spec
2004-11-14 16:50:37 +00:00
Stefan Monnier
6babdce9e8
(winner-active-region, winner-edges, winner-window-list): Define at toplevel.
...
(winner-mode-map): Move init inside declaration.
2004-11-14 06:31:12 +00:00
Stefan Monnier
572f248fac
*** empty log message ***
2004-11-14 06:21:11 +00:00
Stefan Monnier
08d72d137c
(byte-optimize-inline-handler): Simplify.
...
(byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
2004-11-14 06:19:52 +00:00
Vinicius Jose Latorre
6367b61632
interactive-p & file permission bits
2004-11-14 00:47:34 +00:00
Stefan Monnier
6ce66ffe74
(font-lock-fontify-syntactically-region): Fix last fix
...
so it doesn't forget to highlight the beginning of the region either.
2004-11-14 00:37:12 +00:00
Daniel Pfeiffer
955afc1373
*** empty log message ***
2004-11-13 20:40:47 +00:00
Daniel Pfeiffer
1aaf8a45ee
(c-basic-common-initc-font-lock-init, c-font-lock-init): Eliminate obsolete make-local-hook.
...
(c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode, awk-mode): Use run-mode-hooks.
2004-11-13 20:23:38 +00:00
Kim F. Storm
8413d0d2da
(mouse-drag-copy-region): Add :version.
...
(mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
while dragging mode line, so mode line can be dragged downwards.
(mouse-drag-region-1): Let bind make-cursor-line-fully-visible
while pressing mouse button so window doesn't scroll until we
release the mouse if clicking on partially visible line.
2004-11-13 01:29:45 +00:00
Kim F. Storm
5596fbf1d9
*** empty log message ***
2004-11-13 01:29:31 +00:00
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