- 19 Apr, 2011 3 commits
-
-
Juanma Barranquero authored
-
Eli Zaretskii authored
src/insdel.c (make_gap_larger): Remove limitation of buffer size to <= INT_MAX. src/syntax.h (SETUP_SYNTAX_TABLE_FOR_OBJECT): Fix setting of gl_state.e_property when gl_state.object is Qt.
-
Glenn Morris authored
* lisp/calendar/appt.el (appt-make-list): * lisp/calendar/cal-china.el (calendar-chinese-date-string): * lisp/calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits) (diary-hebrew-yahrzeit): * lisp/calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2): * lisp/calendar/calendar.el (calendar-generate-window): * lisp/calendar/time-date.el (time-to-days): Remove unused local variables. * lisp/calendar/cal-dst.el (dst-adjust-time): Remove never-implemented optional argument `style'. * lisp/calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month) (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso) (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week) (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar) * lisp/calendar/cal-html.el (cal-html-insert-minical): * lisp/calendar/diary-lib.el (diary-list-entries-1, diary-list-entries) (calendar-mark-date-pattern): Prefix "unused" locals.
-
- 18 Apr, 2011 5 commits
-
-
Chong Yidong authored
Use this for Tabulated List mode. * lisp/emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom glyphless-char-display table. (tabulated-list-glyphless-char-display): New var. * src/term.c (produce_glyphless_glyph): Handle cons cell entry in glyphless-char-display. * src/xdisp.c (lookup_glyphless_char_display) (produce_glyphless_glyph): Handle cons cell entry in glyphless-char-display. (Vglyphless_char_display): Document it.
-
Katsumi Yamaoka authored
gnus-registry.el: Eliminate cl functions. (gnus-registry-sort-addresses): New function that replaces mapcan. (gnus-registry-action, gnus-registry-spool-action) (gnus-registry-split-fancy-with-parent) (gnus-registry-fetch-recipients-fast): Use it. (gnus-registry-import-eld): Replace delete* with dolist + delq. registry.el (initialize-instance, registry-lookup) (registry-lookup-breaks-before-lexbind, registry-lookup-secondary) (registry-lookup-secondary-value, registry-search, registry-delete) (registry-insert, registry-reindex, registry-size, registry-prune): Use eval-and-compile.
-
Sam Steingold authored
-
Glenn Morris authored
-
Paul Eggert authored
-
- 17 Apr, 2011 3 commits
-
-
Chong Yidong authored
* src/dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): Add missing definition for no-X builds. * src/termhooks.h (FRAME_WINDOW_P): Remove duplicated definitions. * src/xdisp.c (get_next_display_element): Remove unnecessary ifdefs.
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/calendar/diary-lib.el (diary-sexp-entry): * lisp/calendar/holidays.el (holiday-sexp): Set debug-on-error rather than the removed stack-trace-on-error.
-
- 16 Apr, 2011 29 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/progmodes/f90.el: Use lexical-binding. Use utf-8 coding. (f90-get-correct-indent): Remove unnecessary local variable `cont'.
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
(send_process_trap): Mark it with NO_RETURN if it doesn't return. (send_process): Repair possible setjmp clobbering.
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
Define only if needed.
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
by pacifying GCC about it. Maybe it's time to retire it?
-
Paul Eggert authored
to avoid shadowing.
-
Paul Eggert authored
-
Paul Eggert authored
(make_menu_in_widget): Add cast to avoid warning.
-
Paul Eggert authored
about alignment.
-
Paul Eggert authored
(main): Remove unused var. Mark var as initialized. Move locals to avoid shadowing, and use time_t for times.
-
Paul Eggert authored
with void *. This avoids warnings about pointer casts.
-
Paul Eggert authored
(IS_ANY_SEP): Remove; unused. (get_current_dir_name): Add an extern decl.
-
Paul Eggert authored
USE_MMAP_FOR_BUFFERS || REL_ALLOC || DOUG_LEA_MALLOC.
-
Paul Eggert authored
it.
-
Paul Eggert authored
so that we aren't warned about unused symbols.
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-