Paul Eggert
e9829fdfd2
* xterm.c (x_create_toolkit_scroll_bar): Use const * for pointers
...
to read-only memory.
2011-04-15 21:13:47 -07:00
Paul Eggert
1086c0956d
* fns.c (vector): Remove; this old hack is no longer needed.
2011-04-15 20:13:28 -07:00
Paul Eggert
dde4298125
* xsmfns.c (gdk_x11_set_sm_client_id) [!USE_GTK]: Don't define.
2011-04-15 20:06:07 -07:00
Paul Eggert
401f10cb83
* xsmfns.c: Remove unused var.
2011-04-15 20:04:03 -07:00
Paul Eggert
2baccd04ce
* xsmfns.c (create_client_leader_window): Rename shadowing arg.
2011-04-15 20:03:01 -07:00
Paul Eggert
3565b3460d
* xrdb.c (x_load_resources) [!USE_MOTIF]: Omit unused local.
2011-04-15 20:00:21 -07:00
Paul Eggert
dc5ddd8531
* xfns.c (USG): Use the kludged USG macro, to pacify gcc.
2011-04-15 19:58:53 -07:00
Paul Eggert
8a94ea3340
* xfns.c (x_window): Rename locals to avoid shadowing.
2011-04-15 19:57:41 -07:00
Paul Eggert
436c16df9a
* xfns.c (free_frame_menubar, atof): Remove duplicate decls.
2011-04-15 19:51:35 -07:00
Paul Eggert
bbbef9e18a
* xterm.c (x_term_init): Remove local to avoid shadowing.
2011-04-15 19:49:21 -07:00
Paul Eggert
92bb796d20
* xterm.c (x_alloc_nearest_color_for_widget): Remove; unused.
2011-04-15 19:47:50 -07:00
Paul Eggert
764430a3e3
* xfns.c, xterm.c (_XEditResCheckMessages): Protoize decl.
2011-04-15 19:45:59 -07:00
Paul Eggert
4887c6e26e
* xdisp.c, dispextern.h (set_vertical_scroll_bar): Now extern if
...
USE_TOOLKIT_SCROLL_BARS && !USE_GTK, as xterm.c needs it then.
2011-04-15 18:54:37 -07:00
Paul Eggert
9ac71959cb
* lwlib.c (EXPLAIN, destroy_one_instance): Avoid "else;".
2011-04-15 18:42:03 -07:00
Paul Eggert
4d511c40f4
* lwlib-utils.h, lwlib-utils.c (XtSafelyDestroyWidget): Remove; unused.
2011-04-15 18:41:12 -07:00
Paul Eggert
1fbb460913
* xlwmenu.c (MINL): Define only if not emacs.
2011-04-15 18:38:14 -07:00
Paul Eggert
5b7d36d143
* xlwmenu.c (XlwMenuSetValues): Rename/ move locals to avoid shadowing.
2011-04-15 18:36:46 -07:00
Ben Key
4a1a6b5b7d
Modified the code that parses the --cflags and --ldflags options to support parameters that include the = character as long as they are enclosed in quotes.
2011-04-15 17:48:00 -05:00
Teodor Zlatanov
ba3bd5b6c3
nus-registry.el (gnus-registry--split-fancy-with-parent-internal): Track by subject first, then sender.
2011-04-15 14:29:02 +00:00
Stefan Monnier
daca8ba5e3
Use completion-at-point for mailalias.el
...
* lisp/mail/mailalias.el: Use lexical-binding.
(pattern, mailalias-done): Declare dynamic.
(mail-completion-at-point-function): New function, from mail-complete.
(mail-complete): Use it.
(mail-completion-expand): New function.
(mail-get-names): Use it.
(mail-directory, mail-directory-process, mail-directory-stream):
Don't use `pattern' for lexically bound arg.
* lisp/mail/sendmail.el (mail-mode-map): Use completion-at-point.
(mail-mode): Setup mailalias completion here instead.
2011-04-15 10:50:04 -03:00
Stefan Monnier
6f5424852f
* lisp/emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
2011-04-15 09:57:53 -03:00
Stefan Monnier
70f6144dbd
* lisp/gnus/gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
...
(gnus-draft-send): Use it to avoid popping
up frames from gnus-group-send-queue.
* lisp/gnus/gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file
from Lisp.
* lisp/gnus/message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
2011-04-15 09:42:51 -03:00
Stefan Monnier
037e7c3fd0
* lisp/htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
...
(hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
(hfy-etags-cmd-alist): Don't eval-and-compile any more.
2011-04-15 09:35:32 -03:00
Stefan Monnier
8b05752a45
* lisp/emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
...
(byte-save-window-excursion, byte-temp-output-buffer-setup)
(byte-interactive-p): Define them again, for use when inlining old code.
2011-04-15 09:30:15 -03:00
Paul Eggert
71b414062b
* sysdep.c (emacs_read): Remove unnecessary check vs MAX_RW_COUNT.
2011-04-15 03:23:56 -07:00
Paul Eggert
9c3c56a747
emacs_write: Accept and return EMACS_INT for sizes.
2011-04-15 01:51:02 -07:00
Paul Eggert
a0238ccadc
* sound.c: Use EMACS_INT rather than size_t.
2011-04-15 01:47:25 -07:00
Paul Eggert
3d6c254321
* process.c (send_process): Change a size_t to EMACS_INT.
2011-04-15 01:35:53 -07:00
Paul Eggert
85de188188
* process.c (send_process): Change another size_t to EMACS_INT.
2011-04-15 01:31:40 -07:00
Paul Eggert
9587a89da0
emacs_write: Accept and return EMACS_INT for sizes.
2011-04-15 01:22:34 -07:00
Paul Eggert
4170f62f39
Merge from mainline.
2011-04-15 00:48:51 -07:00
Juanma Barranquero
49093f601b
lisp/loadup.el: Use string-to-number', not string-to-int'.
2011-04-15 05:15:22 +02:00
Ben Key
cc39a9dba6
Fix link errors in the Mac OS build that were caused by variables being marked as static that should not have been.
2011-04-14 21:03:43 -05:00
Stefan Monnier
b5b8e7de51
* lisp/progmodes/gud.el (gud-gdb): Use completion-at-point instead of
...
gud-gdb-complete-command.
(gud-gdb-completions): New function, from gud-gdb-complete-command.
(gud-gdb-completion-at-point): New function.
(gud-gdb-completions): Remove.
2011-04-14 22:44:00 -03:00
Juanma Barranquero
7990b61a91
src/font.c (Qopentype): Don't make static (used from w32uniscribe.c).
2011-04-15 03:26:32 +02:00
Stefan Monnier
6c60eb9f2c
* src/process.c (Qprocessp): Don't declare static.
...
* src/lisp.h (Qprocessp): Declare again.
2011-04-14 21:58:49 -03:00
Paul Eggert
dd19b04f04
Fix merge typo.
2011-04-14 13:20:17 -07:00
Paul Eggert
8bd7b8304a
Merge from mainline.
2011-04-14 13:16:48 -07:00
Paul Eggert
cd64ea1d0d
* lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in
...
<http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00393.html >.
All uses spelled out.
2011-04-14 12:34:42 -07:00
Michael Albinus
9024ff7943
* tramp.texi (Frequently Asked Questions): New item for disabling
...
Tramp in other packages.
2011-04-14 21:04:08 +02:00
Michael Albinus
f42efeb543
* net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the
...
case when the scripts fail. Use `tramp-do-file-attributes-with-ls'
then.
(tramp-do-copy-or-rename-file-out-of-band): Do not check any
longer, whether`executable-find' is bound.
* net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
2011-04-14 20:58:45 +02:00
Katsumi Yamaoka
54a8f33734
Fix typos in the last change in gnus-registry docs.
2011-04-14 12:43:49 +00:00
Teodor Zlatanov
c3c65d735b
gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
...
(Fancy splitting to parent, Store arbitrary data): Updated gnus-registry docs.
gnus-registry.el: Updated gnus-registry docs.
2011-04-14 10:41:00 +00:00
Andreas Schwab
8b913b570b
* fileio.c (Finsert_file_contents): Fix typo in 2005-05-13 change. (Bug#8496)
2011-04-14 09:56:52 +02:00
Paul Eggert
c38bf546b2
Fix typo in previous comment.
2011-04-14 00:09:45 -07:00
Paul Eggert
e3b27b31a8
Don't publish debugger-only interfaces to other modules.
...
* lisp.h (safe_debug_print, debug_output_compilation_hack):
(verify_bytepos, count_markers): Move decls to the only modules
that need them.
* region-cache.h (pp_cache): Likewise.
* window.h (check_all_windows): Likewise.
* marker.c, print.c, region-cache.c, window.c: Decls moved here.
2011-04-13 23:48:41 -07:00
Paul Eggert
9996870822
* fileio.c: Add FIXMES mentioning Bug#8496.
2011-04-13 23:33:48 -07:00
Paul Eggert
5d4cb038a4
* sysdep.c (croak): Now static, if
...
defined TIOCNOTTY || defined USG5 || defined CYGWIN.
* syssignal.h (croak): Declare only if not static.
2011-04-13 23:26:22 -07:00
Paul Eggert
69003fd841
2011-04-14 Paul Eggert <eggert@cs.ucla.edu>
...
* alloc.c (refill_memory_reserve): Now static if
!defined REL_ALLOC || defined SYSTEM_MALLOC.
* lisp.h (refill_memory_reserve): Declare only if not static.
2011-04-13 23:15:53 -07:00
Paul Eggert
a7ca3326c4
Undo the DEFUN->DEFUE change.
2011-04-13 22:04:02 -07:00