aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * print.c (print_error_message, print_object): Use SYMBOL_NAME andKen Raeburn2002-05-201-6/+6
| | | | XSTRING instead of XSYMBOL and name field.
* * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME andKen Raeburn2002-05-201-2/+2
| | | | assignment instead of XSYMBOL and name field and XSETSTRING.
* * macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING insteadKen Raeburn2002-05-201-1/+1
| | | | of XSYMBOL and name field.
* * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRINGKen Raeburn2002-05-201-5/+5
| | | | | | instead of XSYMBOL and name field. (Funintern): Use SYMBOL_NAME and assignment instead of XSYMBOL and name field and XSETSTRING.
* * lisp.h (struct Lisp_Symbol): Replace field "name" with a lispKen Raeburn2002-05-201-3/+10
| | | | | object field named "xname". (SYMBOL_NAME): New macro.
* * keymap.c (silly_event_symbol_error, Fsingle_key_description)Ken Raeburn2002-05-201-10/+10
| | | | | | | (Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field. (describe_command, describe_translation): Use SYMBOL_NAME and assignment instead of XSYMBOL and name field and XSETSTRING.
* * keyboard.c (echo_char, record_char, parse_modifiers_uncached)Ken Raeburn2002-05-201-14/+14
| | | | | | (parse_modifiers, apply_modifiers, Fevent_convert_list) (parse_solitary_modifier, Fexecute_extended_command): Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
* * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRINGKen Raeburn2002-05-201-1/+1
| | | | instead of XSYMBOL and name field.
* * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash): UseKen Raeburn2002-05-201-9/+9
| | | | SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
* * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead ofKen Raeburn2002-05-201-2/+2
| | | | XSYMBOL and name field.
* * emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRINGKen Raeburn2002-05-201-2/+2
| | | | instead of XSYMBOL and name field.
* * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead ofKen Raeburn2002-05-201-1/+1
| | | | XSYMBOL and name field.
* * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)Ken Raeburn2002-05-201-7/+7
| | | | | | (Fmake_variable_buffer_local, Fmake_local_variable) (Fmake_variable_frame_local): Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
* * coding.c (Fread_coding_system, code_convert_region1)Ken Raeburn2002-05-201-5/+5
| | | | | | (code_convert_string1, code_convert_string_norecord) (Ffind_operation_coding_system): Use SYMBOL_NAME instead of XSYMBOL and name field.
* * charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRINGKen Raeburn2002-05-201-3/+3
| | | | and SYMBOL_NAME instead of XSYMBOL and name field.
* * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAMEKen Raeburn2002-05-201-1/+1
| | | | instead of XSYMBOL and name field.
* * buffer.c (buffer_slot_type_mismatch): Use XSTRING andKen Raeburn2002-05-201-1/+1
| | | | SYMBOL_NAME instead of XSYMBOL and name field.
* * alloc.c (Fmake_symbol): Set symbol xname field instead of name.Ken Raeburn2002-05-201-6/+6
| | | | | (mark_object, gc_sweep): Use symbol xname field and XSTRING instead of name field.
* * abbrev.c (write_abbrev): Use SYMBOL_NAME instead of XSYMBOL andKen Raeburn2002-05-201-1/+1
| | | | name field.
* (find-file-read-args): Don't trash existing value ofMiles Bader2002-05-202-12/+20
| | | | `minibuffer-setup-hook', just add our hook to it.
* (unify-8859-on-encoding-mode) (unify-8859-on-decoding-mode): ChangeMarkus Rost2002-05-202-2/+15
| | | | :version attributes to strings.
* (yank-excluded-properties): Change :version attribute to a string.Markus Rost2002-05-201-1/+1
|
* (dired-view-command-alist): Change :version attribute to a string.Markus Rost2002-05-201-1/+1
|
* (xscheme-start-hook): Change :version attribute to a string.Markus Rost2002-05-201-1/+1
|
* (find-dired): Implement revert-buffer-function.Markus Rost2002-05-202-4/+10
|
* (report-emacs-bug-hook): Do another save-excursion.Markus Rost2002-05-201-7/+8
|
* (f90-change-keywords): Doc fix.Glenn Morris2002-05-192-1/+2
|
* (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)Glenn Morris2002-05-192-31/+27
| | | | | (f90-looking-at-if-then): Remove lets. (f90-looking-at-where-or-forall): Handle if split over lines.
* * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR and XCDR realKen Raeburn2002-05-192-5/+10
| | | | rvalues in most configurations.
* * buffer.c (fix_overlays_in_range, fix_overlays_before): Don't take the addressKen Raeburn2002-05-191-47/+97
| | | | | | of the cdr part of a cons cell; instead, track the parent cell and call XSETCDR, or set the variable for the head of the list if we haven't started down the list yet.
* (f90-get-present-comment-type): Fix bug introduced in version 1.46.Glenn Morris2002-05-192-16/+15
| | | | | (f90-comment-indent): Doc fix. (f90-break-line): Simplify it a bit.
* (f90-match-end): Simplify it a bit.Glenn Morris2002-05-192-16/+9
|
* *** empty log message ***Richard M. Stallman2002-05-192-0/+13
|
* (reread_doc_file): Don't ask for confirmation.Richard M. Stallman2002-05-191-1/+3
|
* (indent-region): Make COLUMN arg optional.Richard M. Stallman2002-05-191-2/+2
|
* (custom-load-symbol): Verify that LOADED is a string.Richard M. Stallman2002-05-191-1/+2
|
* Compare C-f, etc, with arrow keys. Mention PageUp and PageDn.Richard M. Stallman2002-05-191-9/+11
|
* Fix previous change.Richard M. Stallman2002-05-192-3/+18
|
* (archive-zip-use-pkzip): Variable deleted.Richard M. Stallman2002-05-191-11/+21
| | | | | | (archive-zip-extract, archive-zip-expunge, archive-zip-update) (archive-zip-update-case): Use locate-file to decide whether to use pkzip.
* (locate-file): Doc fix.Richard M. Stallman2002-05-191-12/+41
|
* (rmail-show-message-hook): Offer `goto-address' as an option.Richard M. Stallman2002-05-191-1/+1
|
* (uniquify-rationalize-file-buffer-names):Stefan Monnier2002-05-192-6/+20
| | | | Always strip the trailing / even if the file is not a directory.
* Comment change.Richard M. Stallman2002-05-195-20/+20
|
* (f90-mode-abbrev-table): Initialize in the defvar.Glenn Morris2002-05-182-59/+60
|
* (f90-mode-abbrev-table): Initialize with define-abbrev-table, if needed.Glenn Morris2002-05-182-58/+59
|
* (f90-mode-syntax-table, f90-mode-map): Do the initialization in the defvar.Glenn Morris2002-05-182-106/+122
| | | | | | | | (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property. (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4): Move the doc strings. (f90-menu-bar-menu): New internal variable to hold the top-level menu. (f90-change-case-menu, f90-font-lock-menu): Minor code changes.
* Add a comment in case people complain about the h flag for Tar.Eli Zaretskii2002-05-181-0/+3
|
* (tar-octal-time): Fix last change.Eli Zaretskii2002-05-182-6/+10
|
* (report-emacs-bug-text-prompt): New variable.Markus Rost2002-05-182-13/+27
| | | | | | | | (report-emacs-bug): Store the prompt in `report-emacs-bug-text-prompt'. Move Configuration/Important settings information after the user's report. (report-emacs-bug-hook): Unclutter by deleting the content of `report-emacs-bug-text-prompt'.
* Update maintainer.Glenn Morris2002-05-181-1/+1
|