comparison lisp/ChangeLog @ 90044:cb7f41387eb3

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-70 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-669 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-678 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-679 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-680 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-688 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-689 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-690 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-691 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-69 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-70 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-71 Update from CVS
author Miles Bader <miles@gnu.org>
date Fri, 12 Nov 2004 02:53:04 +0000
parents e24e2e78deda 4db6f3a44cd6
children dfd72aa2c4e2
comparison
equal deleted inserted replaced
90043:e24e2e78deda 90044:cb7f41387eb3
1 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
2
3 * tooltip.el (require): Explain why CL is needed.
4
5 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6
7 * printing.el: Insert :version into defgroup (printing). All reference
8 to Files option in menubar were changed to File.
9 (pr-version): New version number (6.8.2).
10 (pr-get-symbol): Call easy-menu-intern.
11 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
12 compilation gripes.
13
14 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
15
16 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
17
18 * tooltip.el: Require CL.
19
20 * emacs-lisp/bytecomp.el: Use push.
21 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
22 (defalias): Remove the `byte-compile' property and add
23 a `byte-hunk-handler'.
24
25 2004-11-11 Juri Linkov <juri@jurta.org>
26
27 * info.el (Info-search): Save match data for isearch.
28 Skip Tag Table node.
29
30 * descr-text.el (describe-char): Replace syntax-after with code
31 from its previous version.
32
33 * files.el (magic-mode-alist): Use optimization for SGML mode too.
34 (set-auto-mode): Doc fix. Remove unused variable `xml'.
35
36 * international/mule.el (sgml-html-meta-auto-coding-function):
37 Remove > after <html to allow HTML attributes.
38
39 2004-11-11 Jay Belanger <belanger@truman.edu>
40
41 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
42 a variable.
43 (calcFunc-dfac): Replace unbound max by n.
44 (math-stirling-local-cache): New variable.
45 (math-stirling-number, math-stirling-1, math-stirling-2):
46 Replace the variable `cache' by the declared variable
47 math-stirling-local-cache.
48 (var-RandSeed): Declare it as a variable.
49 (math-init-random-base, math-random-digit): Don't check to see if
50 var-RandSeed is bound.
51 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
52 Declare them instead of just setting them.
53 (math-init-random-base): Made i a local variable.
54 (math-random-digit): Made math-random-last a local variable.
55 (math-prime-test-cache): Move declaration to before it is used.
56 (math-prime-test-cache-k, math-prime-test-cache-q)
57 (math-prime-test-cache-nm1, math-prime-factors-finished):
58 Declare them as variables.
59
60 2004-11-11 Jay Belanger <belanger@truman.edu>
61
62 * calc/calc-ext.el (math-defcache): Use defvar for the new
63 variables it creates.
64
65 2004-11-11 Lars Hansen <larsh@math.ku.dk>
66
67 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
68 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
69 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
70 (desktop-save): Add :version.
71
72 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
73
74 * printing.el (pr-get-symbol): Don't downcase.
75
76 2004-11-10 Jay Belanger <belanger@truman.edu>
77
78 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
79 string to kill-ring.
80
81 * calc/calc-aent.el (calc-alg-exp, math-toks)
82 (math-exp-pos,math-exp-old-pos, math-exp-token)
83 (math-exp-keep-spaces, math-exp-str): New variables.
84 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
85 (calcAlg-enter): Use declared variable calc-alg-exp.
86 (math-build-parse-table, math-find-user-token): Use declared
87 variable math-toks.
88 (math-read-exprs, math-read-token, calc-check-user-syntax)
89 (calc-match-user-syntax, match-factor-after, math-read-factor):
90 Use declared variables math-exp-pos math-exp-old-pos.
91 (math-read-exprs, math-read-token, math-read-expr-level)
92 (calc-check-user-syntax, calc-match-user-syntax)
93 (match-factor-after, math-read-factor): Use declared variable
94 math-exp-token.
95 (math-read-exprs, math-read-expr-list, math-read-token)
96 (math-read-factor): Use declared variable math-exp-keep-spaces.
97 (math-read-exprs, math-read-token): Use declared variable
98 math-exp-str.
99 (calc-match-user-syntax): Made m a local variable.
100
101 * calc/calc-ext.el (math-read-expr): Use declared variables
102 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
103 math-exp-keep-spaces.
104
105 * calc/calc-forms.el (math-read-angle-bracket): Use declared
106 variables math-exp-pos, math-exp-str.
107
108 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
109 math-exp-old-pos.
110 (math-parse-fortran-vector, math-parse-fortran-vector-end)
111 (math-parse-eqn-prime): Use declared variable math-exp-token.
112
113 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
114 Use declared variable math-exp-pos.
115 (math-check-for-commas): Use declared variable math-exp-str.
116 (math-read-brackets): Use declared variables math-exp-old-pos,
117 math-exp-keep-spaces.
118 (math-read-brackets, math-read-vector, math-read-matrix):
119 Use declared variable math-exp-token.
120
121 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
122
123 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
124
125 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
126 (sgml-parse-tag-backward): Use it to skip spurious < or >.
127
128 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
129
130 * ebuff-menu.el: Doc fixes throughout.
131 (electric-buffer-menu-mode-hook): New defvar.
132
133 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
134
135 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
136 compilation. The resulting compiler warnings appear to be harmless.
137
138 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
139
140 * textmodes/conf-mode.el: New file.
141
142 * files.el (auto-mode-alist, magic-mode-alist): Use it.
143
144 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
145
146 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
147
148 2004-11-09 Jay Belanger <belanger@truman.edu>
149
150 * calc/calc-ext.el (calc-init-extensions): Remove old code.
151
152 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
153 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
154 (calc-z-prefix-help, calc-user-function-list): Use declared
155 variables calc-z-prefix-buf, calc-z-prefix-msgs.
156 (math-map-tree, math-map-tree-rec): Use declared variables
157 math-mt-many, math-mt-func.
158 (math-read-expression, math-read-string): Use declared variable
159 math-expr-data.
160
161 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
162 variable math-normalize-a.
163
164 * calc/calc.el (math-normalize-a): New variable.
165 (math-normalize): Use declared variable math-normalize-a.
166
167 * calc/calc-poly.el (math-expand-form): Use declared variable
168 math-mt-many.
169
170 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
171 Use declared variable math-mt-many.
172 (math-rewrite): Use declared variable math-mt-func.
173
174 * calc/calc-vec.el (math-read-brackets, math-read-vector)
175 (math-read-matrix): Use declared variable math-expr-data.
176
177 * calc/calc-lang.el (math-parse-fortran-vector)
178 (math-parse-fortran-vector-end, math-parse-tex-sum)
179 (math-parse-eqn-matrix, math-parse-eqn-prime)
180 (math-read-math-subscr): Use declared variable math-expr-data.
181
182 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
183 (math-read-expr-level, math-read-token, calc-check-user-syntax)
184 (calc-match-user-syntax, math-read-if, math-factor-after)
185 (math-read-factor): Use declared variable math-expr-data.
186
187 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
188
189 * calendar/diary-lib.el (diary-from-outlook)
190 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
191 interactive-p; but rather new optional argument NOCONFIRM.
192
193 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
194
195 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
196 (easy-menu-name-match): Revert correspondingly.
197
198 2004-11-09 Richard M. Stallman <rms@gnu.org>
199
200 * emacs-lisp/bytecomp.el (byte-compile-defalias):
201 Turn off warnings for the new function even if definition not constant.
202 If the definition isn't a quoted symbol, record (FUNCTION . t).
203 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
204 (byte-compile-callargs-warn): Handle (FUNCTION . t).
205 (display-call-tree, byte-compile-arglist-warn):
206 Handle t returned by byte-compile-fdefinition.
207
208 2004-11-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
209
210 * Makefile.in (maintainer-clean): Depend on distclean.
211
212 * help-fns.el (help-C-file-name): File name must be in build-files
213 to be returned.
214
215 2004-11-09 Jay Belanger <belanger@truman.edu>
216
217 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
218 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
219
220 * calc/calc.el (calc, calc-trail-display, calc-mode):
221 Remove obsolete sections.
222
223 * calc/calc.el (calc-x-paste-text): Remove.
224
225 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
226 mouse-2.
227
228 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
229
230 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
231 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
232 current frame (in case of recursive calls).
233 (gdb-show-changed-values): Add :version keyword.
234
235 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
236
237 * international/mule-cmds.el: Change coding-system to utf-8.
238 (select-safe-coding-system-interactively):
239 New function extracted from select-safe-coding-system.
240 (select-safe-coding-system): Use it.
241
242 2004-11-08 Richard M. Stallman <rms@gnu.org>
243
244 * subr.el (syntax-after): Doc fix.
245
246 * paren.el (show-paren-function): Change calls to syntax-after
247 for new way of returning the value.
248
249 * menu-bar.el (menu-bar-file-menu): Make this the real name
250 and menu-bar-files-menu the alias. Use the former.
251 (global-map): Use `file', not `files', as the symbol.
252
253 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
254
255 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
256 Don't use beginning-of-buffer.
257 (filesets-cmd-show-result): Use with-no-warnings.
258
259 2004-11-08 Juri Linkov <juri@jurta.org>
260
261 * progmodes/compile.el (compile): Don't overwrite last command in
262 minibuffer history with default command if they are not equal.
263
264 2004-11-08 Jay Belanger <belanger@truman.edu>
265
266 * calc/calcalg2.el (math-do-integral-methods): Try linear then
267 non-linear substitutions.
268
269 2004-11-08 Jay Belanger <belanger@truman.edu>
270
271 * calc/calcalg2.el (math-linear-subst-tried): New variable.
272 (math-do-integral): Set `math-linear-subst-tried' to nil.
273 (math-do-integral-methods): Use `math-linear-subst-tried' to
274 determine what type of substitution to try.
275 (math-integ-try-linear-substituion):
276 Set `math-linear-subst-tried' to t.
277
278 2004-11-08 Kim F. Storm <storm@cua.dk>
279
280 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
281
282 2004-11-07 Juri Linkov <juri@jurta.org>
283
284 * info-look.el (info-lookup): Allow reusing in the current buffer
285 not only *info* buffer, but all (even renamed) Info buffers
286 by checking for major-mode instead of *info* buffer name.
287 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
288 (octave-mode, maxima-mode) <doc-spec>:
289 Allow long dashes generated by Texinfo 4.7 before definitions.
290 (texinfo-mode) <doc-spec>: Add space to suffix to find command
291 definitions with argument separated by space.
292
293 2004-11-06 Richard M. Stallman <rms@gnu.org>
294
295 * simple.el (next-error group, face): Move before first use.
296 (next-error-highlight, next-error-highlight-no-select): Likewise.
297
298 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
299 (line-move): New args NOERROR and TO-END.
300 Return t if if succeed in moving specified number of lines.
301 (move-end-of-line): New function.
302
303 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
304 (end-of-buffer-other-window): Likewise.
305
306 * simple.el (line-move-ignore-invisible): Default to t.
307
308 * subr.el (syntax-after): Return the syntax letter, not the raw code.
309
310 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
311
312 * international/iso-cvt.el (iso-cvt-define-menu):
313 Rename menu-bar-files-menu to menu-bar-file-menu.
314
315 * net/browse-url.el (browse-url-gnome-moz-program)
316 (browse-url-gnome-moz-arguments): Move up before first use.
317
318 * net/tramp.el (tramp group): Add :version.
319
320 * progmodes/ada-xref.el (ada-gdb-application):
321 Use goto-char instead of beginning-of-buffer.
322
323 * progmodes/cperl-mode.el (cperl-info-on-command):
324 Use goto-char instead of beginning-of-buffer.
325
326 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
327 Move up before first use.
328 (idlwave-shell-temp-pro-file): Likewise.
329 (idlwave-shell-temp-rinfo-save-file): Likewise.
330 (idlwave-shell-temp-file): Minor doc fix.
331
332 * textmodes/flyspell.el (flyspell-external-point-words):
333 Use goto-char instead of beginning-of-buffer.
334
335 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
336
337 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
338 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
339 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
340
341 2004-11-06 David Ponce <david@dponce.com>
342
343 * recentf.el (recentf-menu-path): Use menu item name.
344
345 2004-11-06 Eli Zaretskii <eliz@gnu.org>
346
347 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
348 display doesn't support images.
349
350 2004-11-06 Andreas Schwab <schwab@suse.de>
351
352 * tempo.el (tempo-match-finder): Doc fix.
353
354 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
355
356 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
357
358 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
359 (easy-menu-lookup-name): New fun to replace it.
360 (easy-menu-get-map): Use it to obey menu item names (rather than just
361 keys) when looking up `path'.
362 (easy-menu-always-true-p): Rename from easy-menu-always-true.
363 (easy-menu-convert-item-1): Adjust to new name.
364
365 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
366
367 * outline.el (hide-body): Don't hide lines at the top of the file
368 that precede the first header line.
369
370 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
371
372 * align.el (align-areas): Delete whitespace before reindenting, so
373 that tabs are never placed after spaces.
374
375 2004-11-06 Alan Shutko <ats@acm.org>
376
377 * macros.el (insert-kbd-macro): Do completions based on macros,
378 rather than all commands.
379
380 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
381
382 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
383 to solve a bug whereby tags with 'b' don't match.
384
385 2004-11-05 Juri Linkov <juri@jurta.org>
386
387 * info.el (Info-search): Don't search in node header lines
388 and file headers.
389
390 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
391 symbol-constituent characters after dot, not only digits.
392
393 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
394
395 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
396
397 2004-11-04 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
398
399 * dired.el (dired-read-dir-and-switches): Call read-directory-name
400 if a dialog will be used, read-file-name otherwise.
401
402 2004-11-04 Richard M. Stallman <rms@gnu.org>
403
404 * textmodes/table.el (table group): Add :version.
405
406 * textmodes/ispell.el (ispell-word):
407 Don't alter args; set them only thru `interactive' spec.
408
409 * textmodes/flyspell.el (flyspell-word):
410 Don't alter FOLLOWING; set it only thru `interactive' spec.
411
412 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
413
414 * net/browse-url.el (browse-url-maybe-new-window):
415 Use called-interactively-p.
416
417 * mail/supercite.el (sc-cite-region):
418 Don't use interactive-p. Add arg INTERACTIVE.
419 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
420
421 * international/mule-cmds.el (set-input-method, toggle-input-method):
422 Don't use interactive-p. Add arg INTERACTIVE.
423
424 * eshell/esh-mode.el (eshell-show-maximum-output):
425 Don't use interactive-p.
426 (eshell-truncate-buffer): Just message, no error, if buffer is short.
427
428 * mouse.el (mouse-show-mark): Get positions to delete from mark
429 and point, not from mouse-drag-overlay.
430
431 * imenu.el (imenu-eager-completion-buffer): Add :version.
432
433 * filesets.el (filesets group): Add :version.
434
1 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org> 435 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
2 436
3 * files.el (xml-based-modes): Delete var. 437 * files.el (xml-based-modes): Delete var.
4 (magic-mode-alist): New more general var. 438 (magic-mode-alist): New more general var.
5 (set-auto-mode): Use it. 439 (set-auto-mode): Use it.
25 * vc.el (vc-annotate-display-autoscale): Add prefix-arg 459 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
26 spec in `interactive' form, and mention it in the docstring. 460 spec in `interactive' form, and mention it in the docstring.
27 Also, make sure point is at bol after calling `annotate-time'. 461 Also, make sure point is at bol after calling `annotate-time'.
28 462
29 2004-11-02 Richard M. Stallman <rms@gnu.org> 463 2004-11-02 Richard M. Stallman <rms@gnu.org>
464
465 * cus-edit.el (customize-group-other-window):
466 Select the window that displays the custom buffer.
467 (custom-buffer-create-other-window): Likewise.
468
469 * comint.el (comint-insert-input): Fix previous change.
30 470
31 * emacs-lisp/elp.el (elp-instrument-function): 471 * emacs-lisp/elp.el (elp-instrument-function):
32 Use called-interactively-p. 472 Use called-interactively-p.
33 473
34 * emacs-lisp/easymenu.el (easy-menu-intern): 474 * emacs-lisp/easymenu.el (easy-menu-intern):
72 (icalendar--get-weekday-abbrev): Return nil on error. 512 (icalendar--get-weekday-abbrev): Return nil on error.
73 (icalendar--date-to-isodate): New function. 513 (icalendar--date-to-isodate): New function.
74 (icalendar-convert-diary-to-ical) 514 (icalendar-convert-diary-to-ical)
75 (icalendar-extract-ical-from-buffer): Use only two args for 515 (icalendar-extract-ical-from-buffer): Use only two args for
76 make-obsolete (XEmacs compatibility). 516 make-obsolete (XEmacs compatibility).
77 (icalendar-export-file, icalendar-import-file): Blank at end of 517 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
78 prompt.
79 (icalendar-export-region): Doc fix. 518 (icalendar-export-region): Doc fix.
80 If error, return non-nil and write errors to a buffer. 519 If error, return non-nil and write errors to a buffer.
81 Use correct weekday for weekly recurring events. 520 Use correct weekday for weekly recurring events.
82 Check whether date has been parsed for ordinary events. 521 Check whether date has been parsed for ordinary events.
83 Make weekly events start in the year 2000. 522 Make weekly events start in the year 2000.
113 (gud-gdba-command-name, gdb-show-main, gdb-many-windows): 552 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
114 Add :version keyword. 553 Add :version keyword.
115 554
116 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com> 555 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
117 556
118 * progmodes/flymake.el (flymake-err-line-patterns): Use 557 * progmodes/flymake.el (flymake-err-line-patterns):
119 `flymake-reformat-err-line-patterns-from-compile-el' to convert 558 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
120 `compilation-error-regexp-alist-alist' to internal Flymake format. 559 `compilation-error-regexp-alist-alist' to internal Flymake format.
121 560
122 * progmodes/flymake.el: eliminated byte-compiler warnings. 561 * progmodes/flymake.el: eliminated byte-compiler warnings.
123 562
124 2004-11-01 Jay Belanger <belanger@truman.edu> 563 2004-11-01 Jay Belanger <belanger@truman.edu>
125 564
126 * calc/calc-frac.el (calc-over-notation): Replaced 565 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
127 `completing-read' with `interactive "s"'. 566 with `interactive "s"'.
128 567
129 2004-11-01 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 568 2004-11-01 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
130 569
131 * mouse.el (mouse-yank-at-click, mouse-yank-secondary): 570 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
132 Revert change from 2004-10-16. '*' checks the current buffer, but the 571 Revert change from 2004-10-16. '*' checks the current buffer, but the