bpt/emacs.git
23 years ago(jit-lock-fontify-buffer): Remove.
Stefan Monnier [Sun, 15 Oct 2000 04:54:20 +0000 (04:54 +0000)]
(jit-lock-fontify-buffer): Remove.

23 years ago(archive-zoo-summarize): Fix from gnu.emacs.bug.
Stefan Monnier [Sun, 15 Oct 2000 04:53:01 +0000 (04:53 +0000)]
(archive-zoo-summarize): Fix from gnu.emacs.bug.

23 years ago(font-lock-syntactically-fontified): New var.
Stefan Monnier [Sun, 15 Oct 2000 04:51:57 +0000 (04:51 +0000)]
(font-lock-syntactically-fontified): New var.
(font-lock-fontify-syntactic-keywords-region): Use it.
(font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.

23 years ago(diff-find-file-name): Fix regexp.
Stefan Monnier [Sun, 15 Oct 2000 04:49:55 +0000 (04:49 +0000)]
(diff-find-file-name): Fix regexp.

23 years ago(cl-builtin-gethash, cl-builtin-remhash)
Stefan Monnier [Sun, 15 Oct 2000 04:49:20 +0000 (04:49 +0000)]
(cl-builtin-gethash, cl-builtin-remhash)
(cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.

23 years ago(sh-imenu-generic-expression): Fix.
Stefan Monnier [Sun, 15 Oct 2000 04:38:24 +0000 (04:38 +0000)]
(sh-imenu-generic-expression): Fix.
(sh-mode-syntax-table): Add punctuation syntax for < and >.
(sh-mode): Don't make all vars local here.
(sh-kw): Reformat.
(sh-set-shell): Use dolist.  Don't set indent-region-function.
(sh-mode-syntax-table): Use pop.
(sh-remember-variable): Use push.
(sh-help-string-for-variable): Use memq.
(sh-safe-backward-sexp): Remove.
(sh-safe-forward-sexp): Add ARG.
(sh-get-indent-info, sh-prev-stmt): Use it.
(sh-prev-line): Simplify by using forward-comment.
(sh-this-is-a-continuation): Simplify.
(sh-learn-buffer-indent): Use dolist.
(sh-do-nothing): Remove.
(sh-set-char-syntax, sh-set-here-doc-region):
Use inhibit-modification-hooks.
(sh-name-style): Use mapcar and push.
(sh-load-style): Use dolist.
(sh-save-styles-to-buffer): Use with-current-buffer and pp.
(sh-case, sh-while-getopts): Use propertize directly rather
than sh-electric-rparen.

23 years agoRequire CL when compiling.
Stefan Monnier [Sun, 15 Oct 2000 03:48:17 +0000 (03:48 +0000)]
Require CL when compiling.
(tex-mode-syntax-table): Init immediately.
(tex-mode-map): Bind M-RET to latex-insert-item.
(latex-mode): Set indent-line-function to latex-indent.
(tex-common-initialization): Don't setup the syntax-table any more.
(latex-insert-item): New skeleton.
(tex-next-unmatched-end): Fix copy/paste braino.
(latex-syntax-after, latex-skip-close-parens, latex-down-list)
(latex-indent, latex-find-indent): New functions.
(tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
(tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
(tex-compilation-parse-errors): Use with-syntax-table.

23 years ago(Fkeymap_parent): Undefined autoload -> 1.
Stefan Monnier [Sun, 15 Oct 2000 03:34:18 +0000 (03:34 +0000)]
(Fkeymap_parent): Undefined autoload -> 1.

23 years ago* keymap.c (access_keymap): Add AUTOLOAD parameter.
Stefan Monnier [Sun, 15 Oct 2000 03:31:32 +0000 (03:31 +0000)]
* keymap.c (access_keymap): Add AUTOLOAD parameter.
Do the meta->esc mapping.  Call get_keyelt before returning.
Start scanning from the second element (the first is always `keymap')
to make it easier to detect when we reach a parent map.
Handle the case of inheriting from a symbol whose function is a map.
(Fkeymap_parent): Also handle the `inherit from symbol' case.
(fix_submap_inheritance, Fdefine_key): Update call to access_keymap.
(get_keyelt, Flookup_key): Update call to access_keymap.
Remove the meta->esc mappings.
(define_as_prefix): Delete old disabled code.
(menu_item_p): New function.
(where_is_internal_1): Skip over the few remaining menu items.
* lisp.h (access_keymap): Update prototype.
* keyboard.c (read_char, menu_bar_items, tool_bar_items):
Update call to access_keymap.
(follow_key, read_key_sequence): Update calls to access_keymap.
Remove the meta->esc mappings.

23 years ago(font-lock-comment-face): Change dark-background,
Miles Bader [Sun, 15 Oct 2000 02:31:42 +0000 (02:31 +0000)]
(font-lock-comment-face): Change dark-background,
color, non-tty, default to `chocolate1'.

23 years ago(Top): Add an entry for Eshell.
Eli Zaretskii [Sat, 14 Oct 2000 20:11:53 +0000 (20:11 +0000)]
(Top): Add an entry for Eshell.

23 years ago*** empty log message ***
Eli Zaretskii [Sat, 14 Oct 2000 20:11:02 +0000 (20:11 +0000)]
*** empty log message ***

23 years agoFix dates on Eshell's entries.
Eli Zaretskii [Sat, 14 Oct 2000 20:05:58 +0000 (20:05 +0000)]
Fix dates on Eshell's entries.

23 years agoAdded a missing `require' form.
John Wiegley [Sat, 14 Oct 2000 08:16:50 +0000 (08:16 +0000)]
Added a missing `require' form.

23 years ago(direct_output_for_insert): Call set_iterator_to_next
Gerd Moellmann [Fri, 13 Oct 2000 18:27:25 +0000 (18:27 +0000)]
(direct_output_for_insert): Call set_iterator_to_next
with additional argument.

23 years agostring display property
Dave Love [Fri, 13 Oct 2000 18:05:11 +0000 (18:05 +0000)]
string display property

23 years ago*** empty log message ***
Dave Love [Fri, 13 Oct 2000 17:32:16 +0000 (17:32 +0000)]
*** empty log message ***

23 years agonon-ascii character ranges
Dave Love [Fri, 13 Oct 2000 17:31:02 +0000 (17:31 +0000)]
non-ascii character ranges

23 years agoNon-ASCII in regexp ranges.
Dave Love [Fri, 13 Oct 2000 16:36:35 +0000 (16:36 +0000)]
Non-ASCII in regexp ranges.

23 years ago*** empty log message ***
Dave Love [Fri, 13 Oct 2000 14:20:54 +0000 (14:20 +0000)]
*** empty log message ***

23 years ago(quoted-printable-decode-region): Avoid invalid
Dave Love [Fri, 13 Oct 2000 14:08:06 +0000 (14:08 +0000)]
(quoted-printable-decode-region): Avoid invalid
coding-systems.

23 years ago(cursor_row_p): New function.
Gerd Moellmann [Fri, 13 Oct 2000 13:11:49 +0000 (13:11 +0000)]
(cursor_row_p): New function.
(try_cursor_movement, display_line): Use it.

(append_space): Also save/restore iterator's current
character and its length.

(init_from_display_pos): Add an assertion.
(handle_stop): Don't set iterator's add_overlay_start.
(handle_invisible_prop): Likewise.
(load_overlay_strings): If text under an overlay is invisible,
take both before- and after-strings into account when the iterator
is positioned either at the start or at the end of the overlay.
(forward_to_next_line_start): Rewritten.
(reseat_at_next_visible_line_start): Rewritten.
(set_iterator_to_next): Add parameter RESEAT_P.

23 years ago(struct it): Remove member add_overlay_start.
Gerd Moellmann [Fri, 13 Oct 2000 13:08:45 +0000 (13:08 +0000)]
(struct it): Remove member add_overlay_start.
(set_iterator_to_next): Change prototype.

23 years agoRetouch.
Dave Love [Fri, 13 Oct 2000 12:28:56 +0000 (12:28 +0000)]
Retouch.

23 years ago(down-list, backward-up-list, up-list): Doc fix.
Gerd Moellmann [Fri, 13 Oct 2000 11:46:11 +0000 (11:46 +0000)]
(down-list, backward-up-list, up-list): Doc fix.

23 years ago(time-stamp): Fixed bug in new multi-line code
Gerd Moellmann [Fri, 13 Oct 2000 11:30:53 +0000 (11:30 +0000)]
(time-stamp): Fixed bug in new multi-line code
that breaks with old list format timestamps.
(time-stamp-warn-inactive, time-stamp-old-format-warn)
(time-stamp-count, time-stamp-conversion-warn): Improved doc
strings.

23 years agoReduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann [Fri, 13 Oct 2000 10:39:33 +0000 (10:39 +0000)]
Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).

23 years agoRemoved all external URL references, and changed one, since my
John Wiegley [Fri, 13 Oct 2000 10:32:23 +0000 (10:32 +0000)]
Removed all external URL references, and changed one, since my
www.emacs.org is not longer being used.

23 years agoAdded the beginnings of proper Eshell documentation.
John Wiegley [Fri, 13 Oct 2000 09:47:34 +0000 (09:47 +0000)]
Added the beginnings of proper Eshell documentation.

23 years agoBug fix for timeclock.el
John Wiegley [Fri, 13 Oct 2000 09:35:36 +0000 (09:35 +0000)]
Bug fix for timeclock.el

23 years agoAdded a note about Eshell.
John Wiegley [Fri, 13 Oct 2000 09:34:13 +0000 (09:34 +0000)]
Added a note about Eshell.

23 years agoAdded extensible special buffer support to desktop.el. See the
John Wiegley [Fri, 13 Oct 2000 09:11:16 +0000 (09:11 +0000)]
Added extensible special buffer support to desktop.el.  See the
ChangeLog.

23 years agoAdded better remote directory support to Eshell, as well as a few bug
John Wiegley [Fri, 13 Oct 2000 09:02:39 +0000 (09:02 +0000)]
Added better remote directory support to Eshell, as well as a few bug
fixes.  See the ChangeLog.

23 years ago(decode_coding_string): Set coding->src_multibyte and
Kenichi Handa [Fri, 13 Oct 2000 08:21:20 +0000 (08:21 +0000)]
(decode_coding_string): Set coding->src_multibyte and
coding->dst_multibyte before using CODING_REQUIRE_DECODING.
(encode_coding_string): Set coding->src_multibyte and
coding->dst_multibyte before using CODING_REQUIRE_ENCODING.

23 years ago*** empty log message ***
Kenichi Handa [Fri, 13 Oct 2000 08:19:47 +0000 (08:19 +0000)]
*** empty log message ***

23 years ago(code_convert_region): Be sure to initialize coding->category_idx.
Kenichi Handa [Fri, 13 Oct 2000 08:01:24 +0000 (08:01 +0000)]
(code_convert_region): Be sure to initialize coding->category_idx.

23 years ago*** empty log message ***
Kenichi Handa [Fri, 13 Oct 2000 08:01:04 +0000 (08:01 +0000)]
*** empty log message ***

23 years ago(image-file-name-extensions, image-file-name-regexps): Add autoload cookies.
Miles Bader [Fri, 13 Oct 2000 01:34:00 +0000 (01:34 +0000)]
(image-file-name-extensions, image-file-name-regexps): Add autoload cookies.

23 years ago(select-safe-coding-system): If FROM is string, show it in *Warning*
Kenichi Handa [Fri, 13 Oct 2000 00:43:30 +0000 (00:43 +0000)]
(select-safe-coding-system): If FROM is string, show it in *Warning*
buffer.

23 years ago*** empty log message ***
Kenichi Handa [Fri, 13 Oct 2000 00:42:45 +0000 (00:42 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Eli Zaretskii [Thu, 12 Oct 2000 22:42:56 +0000 (22:42 +0000)]
*** empty log message ***

23 years ago(normal-top-level): Use display-popup-menus-p instead
Eli Zaretskii [Thu, 12 Oct 2000 22:36:37 +0000 (22:36 +0000)]
(normal-top-level): Use display-popup-menus-p instead
of window-system.
(command-line): Use display-graphic-p instead of window-system.
(command-line-1): Use display-popup-menus-p and display-mouse-p
instead of window-system.

23 years ago*** empty log message ***
Dave Love [Thu, 12 Oct 2000 22:01:56 +0000 (22:01 +0000)]
*** empty log message ***

23 years ago(Fx_create_frame): Don't bother calling
Stefan Monnier [Thu, 12 Oct 2000 20:33:26 +0000 (20:33 +0000)]
(Fx_create_frame): Don't bother calling
face-set-after-frame-default since the caller does it for us anyway.

23 years ago*** empty log message ***
Dave Love [Thu, 12 Oct 2000 18:17:56 +0000 (18:17 +0000)]
*** empty log message ***

23 years ago* tooltip.el (tooltip-use-echo-area): New user variable.
Sam Steingold [Thu, 12 Oct 2000 17:02:19 +0000 (17:02 +0000)]
* tooltip.el (tooltip-use-echo-area): New user variable.
(tooltip-show): Use it to choose between `x-show-tip' and `message'.

23 years ago*** empty log message ***
Dave Love [Thu, 12 Oct 2000 16:47:25 +0000 (16:47 +0000)]
*** empty log message ***

23 years agoMaintainer's checkdoc fixes.
Dave Love [Thu, 12 Oct 2000 16:41:22 +0000 (16:41 +0000)]
Maintainer's checkdoc fixes.

23 years agowindows/mac non-support
Dave Love [Thu, 12 Oct 2000 15:43:50 +0000 (15:43 +0000)]
windows/mac non-support

23 years ago(coordinates_in_window): Fix detection of vertical line
Eli Zaretskii [Thu, 12 Oct 2000 15:40:53 +0000 (15:40 +0000)]
(coordinates_in_window): Fix detection of vertical line
on character terminals.

23 years ago(normal-top-level-add-subdirs-to-load-path): Use
Dave Love [Thu, 12 Oct 2000 13:39:32 +0000 (13:39 +0000)]
(normal-top-level-add-subdirs-to-load-path): Use
character class, not ASCII when matching file names.
(fancy-splash-head): Add trailing slash to URL.
(command-line): Don't require XPM support for toolbar.

23 years ago(cperl-tips-faces): Doc fix.
Dave Love [Thu, 12 Oct 2000 13:10:22 +0000 (13:10 +0000)]
(cperl-tips-faces): Doc fix.
(cperl-invalid-face): Revert last change.
(cperl-init-faces): Quote cperl-invalid-face.

23 years ago(save_excursion_save): Additionally record the
Gerd Moellmann [Thu, 12 Oct 2000 13:06:00 +0000 (13:06 +0000)]
(save_excursion_save): Additionally record the
selected window.
(save_excursion_restore): If buffer was visible in a window, and a
different window was selected, and the old selected window is
still live, restore point in that window.

23 years ago*** empty log message ***
Kenichi Handa [Thu, 12 Oct 2000 12:27:21 +0000 (12:27 +0000)]
*** empty log message ***

23 years ago(fancy-splash-screens): Don't add a pre-command hook.
Gerd Moellmann [Thu, 12 Oct 2000 12:07:26 +0000 (12:07 +0000)]
(fancy-splash-screens): Don't add a pre-command hook.
(fancy-splash-pre-command, fancy-splash-pending-command): Removed.
(command-line-1): Don't use fancy-splash-pending-command.
(fancy-splash-screens-1): Goto point-min after inserting text.

23 years ago(diary-cyclic): Doc fix from Ed Reingold.
Gerd Moellmann [Thu, 12 Oct 2000 11:53:30 +0000 (11:53 +0000)]
(diary-cyclic): Doc fix from Ed Reingold.

23 years ago(mm-charset-synonym-alist): Add windows-1252.
Dave Love [Thu, 12 Oct 2000 11:19:01 +0000 (11:19 +0000)]
(mm-charset-synonym-alist): Add windows-1252.

23 years ago(fancy-splash-text): Remove superfluous quote.
Kenichi Handa [Thu, 12 Oct 2000 11:07:55 +0000 (11:07 +0000)]
(fancy-splash-text): Remove superfluous quote.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 12 Oct 2000 10:54:43 +0000 (10:54 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Dave Love [Thu, 12 Oct 2000 10:54:02 +0000 (10:54 +0000)]
*** empty log message ***

23 years ago(scheme-mode-map): Use lisp-mode-shared-map
Gerd Moellmann [Thu, 12 Oct 2000 10:53:00 +0000 (10:53 +0000)]
(scheme-mode-map): Use lisp-mode-shared-map
instead of shared-lisp-mode-map.

23 years agoDon't require `mm-uu' at compile-time; it leads
Gerd Moellmann [Thu, 12 Oct 2000 10:42:46 +0000 (10:42 +0000)]
Don't require `mm-uu' at compile-time; it leads
to a recursive load.

23 years ago*** empty log message ***
Dave Love [Thu, 12 Oct 2000 09:21:35 +0000 (09:21 +0000)]
*** empty log message ***

23 years agofix last
Dave Love [Thu, 12 Oct 2000 09:19:23 +0000 (09:19 +0000)]
fix last

23 years ago(gnus-group-startup-message): Check for PBM image.
Dave Love [Thu, 12 Oct 2000 09:18:01 +0000 (09:18 +0000)]
(gnus-group-startup-message): Check for PBM image.

23 years ago(header-line): Change tty-variant to use underlining.
Miles Bader [Thu, 12 Oct 2000 07:52:42 +0000 (07:52 +0000)]
(header-line): Change tty-variant to use underlining.

23 years ago(isearch-set-lazy-highlight-faces-at): New function.
Miles Bader [Thu, 12 Oct 2000 07:39:14 +0000 (07:39 +0000)]
(isearch-set-lazy-highlight-faces-at): New function.
(isearch-highlight): Restore lazy-isearch face properties at old
  position, and suppress them at new position.
(isearch-dehighlight): Restore lazy-isearch face properties.
(isearch-lazy-highlight-update): Add lazy-isearch overlays even
  over the real isearch overlay, but in that case, don't give it a
  face property.  Use `push'.

23 years ago(x_produce_glyphs): Handle unibyte_display_via_language_environment
Kenichi Handa [Thu, 12 Oct 2000 05:22:46 +0000 (05:22 +0000)]
(x_produce_glyphs): Handle unibyte_display_via_language_environment
correctly.

23 years ago*** empty log message ***
Kenichi Handa [Thu, 12 Oct 2000 05:22:27 +0000 (05:22 +0000)]
*** empty log message ***

23 years ago(skip_chars): Change the way of handling a range from unibyte char to
Kenichi Handa [Thu, 12 Oct 2000 02:54:26 +0000 (02:54 +0000)]
(skip_chars): Change the way of handling a range from unibyte char to
multibyte char.

23 years ago*** empty log message ***
Kenichi Handa [Thu, 12 Oct 2000 02:53:21 +0000 (02:53 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Kenichi Handa [Wed, 11 Oct 2000 23:59:36 +0000 (23:59 +0000)]
*** empty log message ***

23 years ago(Man-getpage-in-background): Fix previous change.
Kenichi Handa [Wed, 11 Oct 2000 23:59:16 +0000 (23:59 +0000)]
(Man-getpage-in-background): Fix previous change.
Decode the process output only when we are in multibyte mode.

23 years ago(read_process_output): Cancel previous change.
Kenichi Handa [Wed, 11 Oct 2000 23:56:30 +0000 (23:56 +0000)]
(read_process_output): Cancel previous change.

23 years ago*** empty log message ***
Stefan Monnier [Wed, 11 Oct 2000 21:28:13 +0000 (21:28 +0000)]
*** empty log message ***

23 years agoMinor wording changes, suggested by Per Starback <starback@ling.uu.se>.
Eli Zaretskii [Wed, 11 Oct 2000 18:37:52 +0000 (18:37 +0000)]
Minor wording changes, suggested by Per Starback <starback@ling.uu.se>.

23 years agoDocument mail-default-headers and an alternative method to send Bcc
Eli Zaretskii [Wed, 11 Oct 2000 18:30:48 +0000 (18:30 +0000)]
Document mail-default-headers and an alternative method to send Bcc
to a constant address.

23 years ago(Info-mode-menu): Fix some help.
Dave Love [Wed, 11 Oct 2000 18:23:46 +0000 (18:23 +0000)]
(Info-mode-menu): Fix some help.
(info-tool-bar-map): Add entry for Info-last.

23 years ago*** empty log message ***
Dave Love [Wed, 11 Oct 2000 18:15:36 +0000 (18:15 +0000)]
*** empty log message ***

23 years agoReduce colour requirements to 25 overall. (Probably wants
Dave Love [Wed, 11 Oct 2000 18:05:19 +0000 (18:05 +0000)]
Reduce colour requirements to 25 overall.  (Probably wants
revisiting from the originals to reduce further.)

23 years ago*** empty log message ***
Eli Zaretskii [Wed, 11 Oct 2000 17:55:31 +0000 (17:55 +0000)]
*** empty log message ***

23 years ago(Fsearch_backward, Fsearch_forward): Doc fix.
Eli Zaretskii [Wed, 11 Oct 2000 17:54:18 +0000 (17:54 +0000)]
(Fsearch_backward, Fsearch_forward): Doc fix.

23 years agoMention the cpNNNN coding systems, with an xref to msdog.texi.
Eli Zaretskii [Wed, 11 Oct 2000 17:39:01 +0000 (17:39 +0000)]
Mention the cpNNNN coding systems, with an xref to msdog.texi.

23 years ago(hexlify-buffer): Bind coding-system-for-write to
Eli Zaretskii [Wed, 11 Oct 2000 17:08:28 +0000 (17:08 +0000)]
(hexlify-buffer): Bind coding-system-for-write to
buffer-file-coding-system, instead of raw-text.
(dehexlify-buffer): Bind coding-system-for-read to
buffer-file-coding-system, instead of raw-text.

23 years ago(cperl-invalid-face): double-quote underline
Sam Steingold [Wed, 11 Oct 2000 16:53:24 +0000 (16:53 +0000)]
(cperl-invalid-face): double-quote underline

23 years ago*** empty log message ***
Dave Love [Wed, 11 Oct 2000 15:36:51 +0000 (15:36 +0000)]
*** empty log message ***

23 years agoFix a typo.
Eli Zaretskii [Wed, 11 Oct 2000 14:11:47 +0000 (14:11 +0000)]
Fix a typo.

23 years ago(Ffind_charset_string): Doc fix.
Eli Zaretskii [Wed, 11 Oct 2000 14:10:56 +0000 (14:10 +0000)]
(Ffind_charset_string): Doc fix.
(Ffind_charset_region): Doc fix.

23 years ago*** empty log message ***
Miles Bader [Wed, 11 Oct 2000 10:56:30 +0000 (10:56 +0000)]
*** empty log message ***

23 years ago(region): Make dark-background `region' face less in-your-face.
Miles Bader [Wed, 11 Oct 2000 10:39:08 +0000 (10:39 +0000)]
(region): Make dark-background `region' face less in-your-face.

23 years ago(frame-set-background-mode):
Miles Bader [Wed, 11 Oct 2000 10:02:10 +0000 (10:02 +0000)]
(frame-set-background-mode):
  Only do anything if the bg-mode or display-type has actually changed.
  Use `dolist'.

23 years ago(scheme-mode-variables, dsssl-mode): Avoid
Dave Love [Wed, 11 Oct 2000 09:46:28 +0000 (09:46 +0000)]
(scheme-mode-variables, dsssl-mode): Avoid
compiler warnings.
(scheme-mode): Doc fix.
(scheme-font-lock-keywords-1): Match `define-syntax'.

23 years ago(frame-set-background-mode):
Miles Bader [Wed, 11 Oct 2000 07:43:17 +0000 (07:43 +0000)]
(frame-set-background-mode):
  Pay attention to saved face specs as well as default ones.

23 years ago(read_process_output): Fix previous change. Adjust multibyteness of
Kenichi Handa [Wed, 11 Oct 2000 01:23:36 +0000 (01:23 +0000)]
(read_process_output): Fix previous change.  Adjust multibyteness of
text to insert in a buffer by make_string_unibyte/multibyte instead of
Fstring_as_unibyte/multibyte.

23 years ago*** empty log message ***
Kenichi Handa [Wed, 11 Oct 2000 01:20:36 +0000 (01:20 +0000)]
*** empty log message ***

23 years agoUpdate copyright and fix typo.
Stefan Monnier [Tue, 10 Oct 2000 19:35:00 +0000 (19:35 +0000)]
Update copyright and fix typo.

23 years agouse lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold [Tue, 10 Oct 2000 17:27:38 +0000 (17:27 +0000)]
use lisp-mode-shared-map instead of shared-lisp-mode-map

23 years ago(desktop-modes-not-to-save): New var.
Stefan Monnier [Tue, 10 Oct 2000 16:42:37 +0000 (16:42 +0000)]
(desktop-modes-not-to-save): New var.
(desktop-save-buffer-p): Use it.
Also, obey desktop-buffers-not-to-save even for non-file buffers.
(desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.

23 years ago*** empty log message ***
Dave Love [Tue, 10 Oct 2000 13:04:09 +0000 (13:04 +0000)]
*** empty log message ***

23 years agoFix transparent index.
Dave Love [Tue, 10 Oct 2000 13:03:22 +0000 (13:03 +0000)]
Fix transparent index.