bpt/emacs.git
29 years ago(overlay_touches_p): New function.
Karl Heuer [Wed, 22 Mar 1995 21:23:10 +0000 (21:23 +0000)]
(overlay_touches_p): New function.

29 years ago(direct_output_forward_char): Don't use direct output at an overlay boundary.
Karl Heuer [Wed, 22 Mar 1995 21:22:31 +0000 (21:22 +0000)]
(direct_output_forward_char): Don't use direct output at an overlay boundary.

29 years agoDeclare overlay_touches_p.
Karl Heuer [Wed, 22 Mar 1995 21:20:41 +0000 (21:20 +0000)]
Declare overlay_touches_p.

29 years ago(concat): Treat integers as characters, not strings.
Karl Heuer [Wed, 22 Mar 1995 20:45:26 +0000 (20:45 +0000)]
(concat): Treat integers as characters, not strings.
This makes `concat' more like `insert'.

29 years ago(ml-concat): New function.
Karl Heuer [Wed, 22 Mar 1995 20:39:17 +0000 (20:39 +0000)]
(ml-concat): New function.

29 years agoTranslate concat to ml-concat.
Karl Heuer [Wed, 22 Mar 1995 20:38:52 +0000 (20:38 +0000)]
Translate concat to ml-concat.

29 years agoDoc fix + autoload cookies.
Boris Goldowsky [Wed, 22 Mar 1995 19:42:05 +0000 (19:42 +0000)]
Doc fix + autoload cookies.

29 years ago(syms_of_fileio): Fix missing \n\.
Karl Heuer [Wed, 22 Mar 1995 17:57:55 +0000 (17:57 +0000)]
(syms_of_fileio): Fix missing \n\.

29 years ago(Fwhere_is_internal): Fix missing \n\.
Karl Heuer [Wed, 22 Mar 1995 17:47:55 +0000 (17:47 +0000)]
(Fwhere_is_internal): Fix missing \n\.

29 years ago(syms_of_window): Fix missing \n\.
Karl Heuer [Wed, 22 Mar 1995 17:44:18 +0000 (17:44 +0000)]
(syms_of_window): Fix missing \n\.

29 years ago(one-window-p, walk-windows, minibuffer-window-active-p):
Richard M. Stallman [Wed, 22 Mar 1995 16:58:14 +0000 (16:58 +0000)]
(one-window-p, walk-windows, minibuffer-window-active-p):
Functions moved to window.el.

29 years ago(one-window-p, walk-windows, minibuffer-window-active-p): Functions moved here.
Richard M. Stallman [Wed, 22 Mar 1995 16:57:58 +0000 (16:57 +0000)]
(one-window-p, walk-windows, minibuffer-window-active-p): Functions moved here.

29 years ago(redisplay_window): Skip the only-point-has-changed
Richard M. Stallman [Wed, 22 Mar 1995 14:50:50 +0000 (14:50 +0000)]
(redisplay_window): Skip the only-point-has-changed
optimization if updating the window's mode line.

29 years ago(rm400, rm600): New machine names.
Richard M. Stallman [Wed, 22 Mar 1995 08:54:39 +0000 (08:54 +0000)]
(rm400, rm600): New machine names.
(sinix5.*, sinix): New os aliases.
(mips-siemens): Default os to sysv4.

29 years ago(init-file-user, site-run-file): Doc fixes.
Richard M. Stallman [Wed, 22 Mar 1995 04:50:15 +0000 (04:50 +0000)]
(init-file-user, site-run-file): Doc fixes.

29 years agoTreat -u 'LOGIN:FULLNAME:MAILADDR' as if it were
Paul Eggert [Tue, 21 Mar 1995 23:14:41 +0000 (23:14 +0000)]
Treat -u 'LOGIN:FULLNAME:MAILADDR' as if it were
-u 'LOGIN<tab>FULLNAME<tab>MAILADDR'.

29 years ago(list-text-properties-at): New fn.
Boris Goldowsky [Tue, 21 Mar 1995 21:47:23 +0000 (21:47 +0000)]
(list-text-properties-at): New fn.
(facemenu-menu): Add it to menu.

29 years ago(vc-update-change-log): Use new -u option for rcs2log.
Richard M. Stallman [Tue, 21 Mar 1995 20:22:41 +0000 (20:22 +0000)]
(vc-update-change-log): Use new -u option for rcs2log.

29 years ago(Vload_read_function): New variable.
Richard M. Stallman [Tue, 21 Mar 1995 20:05:23 +0000 (20:05 +0000)]
(Vload_read_function): New variable.
(readevalloop): Use that variable.
(syms_of_lread): Set up Lisp variable.

29 years ago(CHECK_IMPURE): Declare my_edata as char array.
Richard M. Stallman [Tue, 21 Mar 1995 20:03:04 +0000 (20:03 +0000)]
(CHECK_IMPURE): Declare my_edata as char array.

29 years ago(my_edata): Declare as char array, not int.
Richard M. Stallman [Tue, 21 Mar 1995 20:02:52 +0000 (20:02 +0000)]
(my_edata): Declare as char array, not int.

29 years ago(dump-emacs-data, dump-emacs): Declare my_edata as char array.
Richard M. Stallman [Tue, 21 Mar 1995 20:02:34 +0000 (20:02 +0000)]
(dump-emacs-data, dump-emacs): Declare my_edata as char array.

29 years ago(occur): Copy default-directory to *Occur* buffer.
Richard M. Stallman [Tue, 21 Mar 1995 19:57:36 +0000 (19:57 +0000)]
(occur): Copy default-directory to *Occur* buffer.

29 years agoInitial revision
Richard M. Stallman [Tue, 21 Mar 1995 06:16:35 +0000 (06:16 +0000)]
Initial revision

29 years agoAdd -u "login<tab>fullname<tab>mailaddr" option, which replaces the
Paul Eggert [Tue, 21 Mar 1995 05:37:42 +0000 (05:37 +0000)]
Add -u "login<tab>fullname<tab>mailaddr" option, which replaces the
(now obsolescent) -n login fullname mailaddr option.
Don't omit path from repository root when logging CVS files.
Add -R option for recursive rlog.
(AWK): New environment variable (default `awk') for name of awk program.
(output_authors, tab, loginFullnameMailaddrs, recursive): New variables.
Quote authors and fullnames correctly.

29 years ago(shell-command): Use *Async Shell Command* for
Richard M. Stallman [Tue, 21 Mar 1995 05:14:38 +0000 (05:14 +0000)]
(shell-command): Use *Async Shell Command* for
asynchronous commands.  Doc fix.

29 years ago(tar-parse-octal-long-integer): Return list, not vector.
Karl Heuer [Tue, 21 Mar 1995 02:19:38 +0000 (02:19 +0000)]
(tar-parse-octal-long-integer): Return list, not vector.

29 years ago(bookmark-automatically-show-annotations): new var.
Karl Fogel [Mon, 20 Mar 1995 14:46:38 +0000 (14:46 +0000)]
(bookmark-automatically-show-annotations): new var.
(bookmark-jump): only show annotation if above var is non-nil.

29 years ago(debug): Now interactive.
Richard M. Stallman [Mon, 20 Mar 1995 05:09:18 +0000 (05:09 +0000)]
(debug): Now interactive.

29 years ago(c-mode-map): Use "C-mode", not "C mode".
Richard M. Stallman [Mon, 20 Mar 1995 00:06:30 +0000 (00:06 +0000)]
(c-mode-map): Use "C-mode", not "C mode".

29 years ago(menu-bar-files-menu): Renamed from ...-file-menu.
Richard M. Stallman [Sun, 19 Mar 1995 21:11:13 +0000 (21:11 +0000)]
(menu-bar-files-menu): Renamed from ...-file-menu.
(menu-bar-tools-menu, menu-bar-search-menu): New menu bar menus.
Items moved from Edit and Files menus.
Add Split Window, One Window, Find Tag and Postscript print menu items.
(nonincremental-search-forward, nonincremental-search-backward)
(nonincremental-re-search-forward, nonincremental-re-search-backward)
(noninteractive-repeat-search-forward)
(noninteractive-repeat-search-backward)
(noninteractive-repeat-re-search-forward)
(noninteractive-repeat-re-search-backward): New commands.

29 years ago(invisible_p, invisible_ellipsis_p): Handle list
Richard M. Stallman [Sun, 19 Mar 1995 18:48:15 +0000 (18:48 +0000)]
(invisible_p, invisible_ellipsis_p): Handle list
as invisible property value.

29 years ago(display_menu_bar): Just one space between menu items.
Richard M. Stallman [Sat, 18 Mar 1995 23:08:02 +0000 (23:08 +0000)]
(display_menu_bar): Just one space between menu items.

29 years ago(Info-next-preorder, Info-next-preorder-1):
Richard M. Stallman [Sat, 18 Mar 1995 22:55:23 +0000 (22:55 +0000)]
(Info-next-preorder, Info-next-preorder-1):
When moving up, advance to next menu item.

29 years ago(write-file): Query if file exists already.
Richard M. Stallman [Sat, 18 Mar 1995 21:51:18 +0000 (21:51 +0000)]
(write-file): Query if file exists already.

29 years ago(debugger-outer-load-read-function): New variable.
Richard M. Stallman [Sat, 18 Mar 1995 18:13:23 +0000 (18:13 +0000)]
(debugger-outer-load-read-function): New variable.
(debug): Bind load-read-function to nil; save old value
in debugger-outer-load-read-function and restore at end.
(debugger-eval-expression): Handle load-read-function
like other magic variables.

(debugger-outer-overriding-local-map): New variable.
(debug): Bind overriding-local-map to nil; save old value
in debugger-outer-overriding-local-map and restore at end.
(debugger-eval-expression): Handle overriding-local-map
like other magic variables.

29 years ago(isearch-abort): Treat "incomplete regexp"
Richard M. Stallman [Sat, 18 Mar 1995 18:10:21 +0000 (18:10 +0000)]
(isearch-abort): Treat "incomplete regexp"
as failure when deciding how much to discard for C-g.

29 years ago(x_decode_color): Don't use cdef if defined_color failed.
Richard M. Stallman [Sat, 18 Mar 1995 18:05:28 +0000 (18:05 +0000)]
(x_decode_color): Don't use cdef if defined_color failed.

29 years agoVarious doc fixes.
Richard M. Stallman [Sat, 18 Mar 1995 07:14:50 +0000 (07:14 +0000)]
Various doc fixes.
(mail-abbrevs-setup): Use add-hook and make-local-hook.

29 years agoDon't put ediff-windows in the menu.
Karl Heuer [Sat, 18 Mar 1995 01:53:12 +0000 (01:53 +0000)]
Don't put ediff-windows in the menu.

29 years ago(ediff-patch-buffer): Use buffer name in error message.
Karl Heuer [Sat, 18 Mar 1995 01:12:12 +0000 (01:12 +0000)]
(ediff-patch-buffer): Use buffer name in error message.

29 years agoDelete some autoloads that are now in menu-bar.el.
Karl Heuer [Fri, 17 Mar 1995 23:00:49 +0000 (23:00 +0000)]
Delete some autoloads that are now in menu-bar.el.

29 years agoRewrite, many things moved to format.el.
Boris Goldowsky [Fri, 17 Mar 1995 19:20:02 +0000 (19:20 +0000)]
Rewrite, many things moved to format.el.

29 years agoInitial revision
Boris Goldowsky [Fri, 17 Mar 1995 18:14:30 +0000 (18:14 +0000)]
Initial revision

29 years ago(Finsert_file_contents): Call format-decode.
Boris Goldowsky [Fri, 17 Mar 1995 18:13:23 +0000 (18:13 +0000)]
(Finsert_file_contents): Call format-decode.
(build_annotations): Call format-annotate-function for each element of
buffer_file_format.

29 years ago(reset_buffer): Reset file_format element too.(init_buffer_once): Define file_format...
Boris Goldowsky [Fri, 17 Mar 1995 18:12:02 +0000 (18:12 +0000)]
(reset_buffer): Reset file_format element too.(init_buffer_once): Define file_format flag; reset file_format.
(syms_of_buffer): New vbl buffer-file-format.

29 years ago(struct buffer): Add file_format member.
Boris Goldowsky [Fri, 17 Mar 1995 18:10:19 +0000 (18:10 +0000)]
(struct buffer): Add file_format member.

29 years agoLoad format.el.
Boris Goldowsky [Fri, 17 Mar 1995 17:56:04 +0000 (17:56 +0000)]
Load format.el.

29 years ago(rmail-unix-mail-delimiter): Accept <...> around address
Richard M. Stallman [Fri, 17 Mar 1995 17:37:58 +0000 (17:37 +0000)]
(rmail-unix-mail-delimiter): Accept <...> around address
in Unix `From ' line.

29 years ago(init_alloc_once): Increase gc_cons_threshold to 300000.
Richard M. Stallman [Fri, 17 Mar 1995 07:41:02 +0000 (07:41 +0000)]
(init_alloc_once): Increase gc_cons_threshold to 300000.

29 years agoInitial revision
Karl Heuer [Fri, 17 Mar 1995 00:46:57 +0000 (00:46 +0000)]
Initial revision

29 years ago(isearch-abort): Set isearch-success to nil.
Richard M. Stallman [Thu, 16 Mar 1995 23:31:39 +0000 (23:31 +0000)]
(isearch-abort): Set isearch-success to nil.

29 years ago(make-auto-save-file-name, auto-save-file-name-p): Doc fixes.
Richard M. Stallman [Thu, 16 Mar 1995 23:28:27 +0000 (23:28 +0000)]
(make-auto-save-file-name, auto-save-file-name-p): Doc fixes.

29 years ago(menu-bar-file-menu): Changed "Emerge" to "Merge" to agree with the new ediff
Karl Heuer [Thu, 16 Mar 1995 23:04:55 +0000 (23:04 +0000)]
(menu-bar-file-menu): Changed "Emerge" to "Merge" to agree with the new ediff
package.

29 years ago(indent-line-to): move to end of indentation, even if it didn't change.
Boris Goldowsky [Thu, 16 Mar 1995 22:36:26 +0000 (22:36 +0000)]
(indent-line-to): move to end of indentation, even if it didn't change.

29 years agoInitial revision
Karl Heuer [Thu, 16 Mar 1995 22:34:51 +0000 (22:34 +0000)]
Initial revision

29 years agoInstalled new version from author.
Karl Heuer [Thu, 16 Mar 1995 22:31:54 +0000 (22:31 +0000)]
Installed new version from author.

29 years agoUse appropriate `fboundp' tests to decide what to load.
Karl Heuer [Thu, 16 Mar 1995 21:27:25 +0000 (21:27 +0000)]
Use appropriate `fboundp' tests to decide what to load.

29 years ago(other-frame): Don't try to unfocus in a termcap frame.
Karl Heuer [Thu, 16 Mar 1995 21:25:52 +0000 (21:25 +0000)]
(other-frame): Don't try to unfocus in a termcap frame.
(frame-notice-user-settings): Skip menu-bar code in a termcap frame.

29 years ago(frame-initialize): Set frame-creation-function to `make-terminal-frame' if
Karl Heuer [Thu, 16 Mar 1995 20:23:22 +0000 (20:23 +0000)]
(frame-initialize): Set frame-creation-function to `make-terminal-frame' if
appropriate.

29 years ago(compute_motion, Fmove_to_column, current_column)
Richard M. Stallman [Thu, 16 Mar 1995 18:51:49 +0000 (18:51 +0000)]
(compute_motion, Fmove_to_column, current_column)
(character_width): Let display table handle \n, \r, \t.

(compute_motion): Fix logic in previous change regarding skipping invisible.

29 years ago(line-move): Handle conses in buffer-invisibility-spec.
Richard M. Stallman [Thu, 16 Mar 1995 18:47:47 +0000 (18:47 +0000)]
(line-move): Handle conses in buffer-invisibility-spec.
Handle skipping invisible overlays.

29 years agoComment change.
Richard M. Stallman [Thu, 16 Mar 1995 04:37:48 +0000 (04:37 +0000)]
Comment change.

29 years ago(outline-layout): Doc fix.
Richard M. Stallman [Thu, 16 Mar 1995 04:34:29 +0000 (04:34 +0000)]
(outline-layout): Doc fix.

29 years ago(term-mouse-paste): Make work for xemacs. Minor GNU emacs fixes.
Per Bothner [Thu, 16 Mar 1995 02:23:24 +0000 (02:23 +0000)]
(term-mouse-paste):  Make work for xemacs.  Minor GNU emacs fixes.

29 years ago(term-char-mode): Fix arrow key and [button2] support for xemacs.
Per Bothner [Thu, 16 Mar 1995 01:24:19 +0000 (01:24 +0000)]
(term-char-mode):  Fix arrow key and [button2] support for xemacs.

29 years agoUse BSD sockets whenever available, even if HAVE_SYSVIPC.
Richard M. Stallman [Wed, 15 Mar 1995 23:32:19 +0000 (23:32 +0000)]
Use BSD sockets whenever available, even if HAVE_SYSVIPC.

29 years agoUse BSD sockets whenever available, even if HAVE_SYSVIPC.
Richard M. Stallman [Wed, 15 Mar 1995 23:31:02 +0000 (23:31 +0000)]
Use BSD sockets whenever available, even if HAVE_SYSVIPC.
(main): Use getcwd if not BSD.

29 years ago(balance-windows): Ignore minibuffer window when browsing the `levels'.
Richard M. Stallman [Wed, 15 Mar 1995 23:06:57 +0000 (23:06 +0000)]
(balance-windows): Ignore minibuffer window when browsing the `levels'.

29 years ago(c-style-alist): For BSD, set c-continued-brace-offset
Richard M. Stallman [Wed, 15 Mar 1995 23:04:06 +0000 (23:04 +0000)]
(c-style-alist): For BSD, set c-continued-brace-offset
instead of c-brace-offset.

29 years ago(edit-options): Make the buffer read-only.
Richard M. Stallman [Wed, 15 Mar 1995 22:51:56 +0000 (22:51 +0000)]
(edit-options): Make the buffer read-only.
(Edit-options-modify): Cope with that.

29 years ago(make_lispy_event): Do mouse code only if HAVE_MOUSE.
Karl Heuer [Wed, 15 Mar 1995 22:10:54 +0000 (22:10 +0000)]
(make_lispy_event): Do mouse code only if HAVE_MOUSE.
(make_lispy_movement): Define only if HAVE_MOUSE.

29 years ago(Fmouse_position): Do work only if HAVE_MOUSE.
Karl Heuer [Wed, 15 Mar 1995 21:55:37 +0000 (21:55 +0000)]
(Fmouse_position): Do work only if HAVE_MOUSE.

29 years ago(internal_self_insert): Do face code only if HAVE_FACES.
Karl Heuer [Wed, 15 Mar 1995 21:53:53 +0000 (21:53 +0000)]
(internal_self_insert): Do face code only if HAVE_FACES.

29 years ago(mouse-major-mode-menu): Avoid confusing error message when there's no current
Karl Heuer [Wed, 15 Mar 1995 21:30:49 +0000 (21:30 +0000)]
(mouse-major-mode-menu): Avoid confusing error message when there's no current
local map.

29 years ago[HAVE_X_WINDOWS] (MULTI_KBOARD): Define this symbol.
Karl Heuer [Wed, 15 Mar 1995 20:20:39 +0000 (20:20 +0000)]
[HAVE_X_WINDOWS] (MULTI_KBOARD): Define this symbol.

29 years ago(bookmark-bmenu-2-window): go to correct position as well as
Karl Fogel [Wed, 15 Mar 1995 14:47:09 +0000 (14:47 +0000)]
(bookmark-bmenu-2-window): go to correct position as well as
correct buffer.
(bookmark-bmenu-other-window): same.
(bookmark-bmenu-switch-other-window): same.

29 years ago(defvar_kboard): Renamed from defvar_display.
Karl Heuer [Wed, 15 Mar 1995 01:58:01 +0000 (01:58 +0000)]
(defvar_kboard): Renamed from defvar_display.

29 years ago(find_symbol_value): current_perdisplay now is never null.
Karl Heuer [Wed, 15 Mar 1995 01:57:50 +0000 (01:57 +0000)]
(find_symbol_value): current_perdisplay now is never null.
(store_symval_forwarding, do_symval_forwarding): Likewise.

29 years ago(mark_kboards): Renamed from mark_perdisplays.
Karl Heuer [Wed, 15 Mar 1995 01:57:05 +0000 (01:57 +0000)]
(mark_kboards): Renamed from mark_perdisplays.

29 years ago(make_frame): Initialize kboard member.
Karl Heuer [Wed, 15 Mar 1995 01:56:34 +0000 (01:56 +0000)]
(make_frame): Initialize kboard member.
(make_terminal_frame): Create initial_kboard if not already set.

29 years ago(unlock_kboard): Renamed from unlock_display.
Karl Heuer [Wed, 15 Mar 1995 01:55:24 +0000 (01:55 +0000)]
(unlock_kboard): Renamed from unlock_display.
(wrong_kboard_jmpbuf): Renamed from wrong_display_jmpbuf.
(event_to_kboard): Renamed from event_to_perdisplay.
(kbd_buffer_get_event): If no associated kboard, store
current_kboard rather than the first kboard in the global list.
(init_kboard): Renamed from init_perdisplay.  Initialize reference count.
(wipe_kboard): Renamed from wipe_perdisplay.

29 years ago(get_perdisplay): Deleted.
Karl Heuer [Wed, 15 Mar 1995 01:54:19 +0000 (01:54 +0000)]
(get_perdisplay): Deleted.
(same_x_server): New function.
(x_term_init): If this display shares a keyboard with one we've
already opened, then share the structure.
(x_delete_display): Don't delete the kboard until the reference
count becomes zero.

29 years ago(Fx_create_frame): set the frame's kboard member.
Karl Heuer [Wed, 15 Mar 1995 01:53:17 +0000 (01:53 +0000)]
(Fx_create_frame): set the frame's kboard member.

29 years ago(struct x_display_info): member kboard (formerly perdisplay) is now a pointer,
Karl Heuer [Wed, 15 Mar 1995 01:53:00 +0000 (01:53 +0000)]
(struct x_display_info): member kboard (formerly perdisplay) is now a pointer,
not an actual struct.
(get_perdisplay, get_perdisplay_macro): Deleted.

29 years ago(struct KBOARD, MULTI_KBOARD, current_kboard, all_kboards,
Karl Heuer [Wed, 15 Mar 1995 01:51:46 +0000 (01:51 +0000)]
(struct KBOARD, MULTI_KBOARD, current_kboard, all_kboards,
Lisp_Misc_Kboard_Objfwd, Lisp_Kboard_Objfwd, XKBOARD_OBJFWD, KBOARD_OBJFWDP,
GC_KBOARD_OBJFWDP, kboard_locked, the_only_kboard, DEFVAR_KBOARD): Renamed
from PERDISPLAY, MULTI_PERDISPLAY, current_perdisplay, all_perdisplays,
Lisp_Misc_Display_Objfwd, Lisp_Display_Objfwd, XDISPLAY_OBJFWD,
DISPLAY_OBJFWDP, GC_DISPLAY_OBJFWDP, display_locked, the_only_perdisplay,
DEFVAR_DISPLAY.  All uses changed.
(struct KBOARD): New member reference_count.
(initial_kboard): Declare this var.

29 years ago(display_mode_line): Rename perdisplay to kboard.
Karl Heuer [Wed, 15 Mar 1995 01:50:20 +0000 (01:50 +0000)]
(display_mode_line): Rename perdisplay to kboard.

29 years ago(print): Rename perdisplay to kboard.
Karl Heuer [Wed, 15 Mar 1995 01:49:59 +0000 (01:49 +0000)]
(print): Rename perdisplay to kboard.

29 years agoRename perdisplay to kboard.
Karl Heuer [Wed, 15 Mar 1995 01:49:46 +0000 (01:49 +0000)]
Rename perdisplay to kboard.

29 years ago(read_minibuf): Rename perdisplay to kboard.
Karl Heuer [Wed, 15 Mar 1995 01:48:41 +0000 (01:48 +0000)]
(read_minibuf): Rename perdisplay to kboard.

29 years ago(specbind): Rename perdisplay to kboard.
Karl Heuer [Wed, 15 Mar 1995 01:48:03 +0000 (01:48 +0000)]
(specbind): Rename perdisplay to kboard.

29 years ago(xkbobjfwd): Renamed from xdispobjfwd.
Karl Heuer [Wed, 15 Mar 1995 01:47:43 +0000 (01:47 +0000)]
(xkbobjfwd): Renamed from xdispobjfwd.

29 years ago(struct frame): New member kboard.
Karl Heuer [Wed, 15 Mar 1995 01:45:04 +0000 (01:45 +0000)]
(struct frame): New member kboard.
(FRAME_KBOARD): Accessor macro for that member, replacing get_perdisplay.

29 years ago(read_minibuf): Save Voverriding_local_map.
Richard M. Stallman [Tue, 14 Mar 1995 21:15:08 +0000 (21:15 +0000)]
(read_minibuf): Save Voverriding_local_map.
(read_minibuf_unwind): Restore Voverriding_local_map.

29 years ago(Fdisplay_buffer): Fix prev change--return selected window.
Richard M. Stallman [Tue, 14 Mar 1995 18:39:58 +0000 (18:39 +0000)]
(Fdisplay_buffer): Fix prev change--return selected window.

29 years ago(Fash): Fix previous change.
Richard M. Stallman [Tue, 14 Mar 1995 18:38:28 +0000 (18:38 +0000)]
(Fash): Fix previous change.

29 years ago`emacs-version' checking now handles Lucid's version change to 19.xx.
Thien-Thi Nguyen [Tue, 14 Mar 1995 16:29:27 +0000 (16:29 +0000)]
`emacs-version' checking now handles Lucid's version change to 19.xx.

29 years ago(Fmake_indirect_buffer): Invert the arguments.
Richard M. Stallman [Tue, 14 Mar 1995 05:54:51 +0000 (05:54 +0000)]
(Fmake_indirect_buffer): Invert the arguments.

29 years ago(unchain_marker): Allow differing buffers
Richard M. Stallman [Tue, 14 Mar 1995 05:45:39 +0000 (05:45 +0000)]
(unchain_marker): Allow differing buffers
as long as they have the same text.

29 years agoentered into RCS
Richard M. Stallman [Tue, 14 Mar 1995 05:43:48 +0000 (05:43 +0000)]
entered into RCS