]> git.eshelyaron.com Git - emacs.git/log
emacs.git
24 years ago(easy-menu-current-active-maps): Test
Gerd Moellmann [Thu, 14 Dec 2000 10:36:42 +0000 (10:36 +0000)]
(easy-menu-current-active-maps): Test
if symbol is bound before getting its value.

24 years ago(tooltip-show): If an error is signaled in
Gerd Moellmann [Thu, 14 Dec 2000 10:35:22 +0000 (10:35 +0000)]
(tooltip-show): If an error is signaled in
x-show-tip, display that error, and display the help in the
echo area.

24 years agoFix typos.
Eli Zaretskii [Thu, 14 Dec 2000 05:44:18 +0000 (05:44 +0000)]
Fix typos.

24 years ago(Fmd5): Docstring improved.
Kenichi Handa [Thu, 14 Dec 2000 01:42:13 +0000 (01:42 +0000)]
(Fmd5): Docstring improved.

24 years ago*** empty log message ***
Kenichi Handa [Thu, 14 Dec 2000 01:40:55 +0000 (01:40 +0000)]
*** empty log message ***

24 years ago(decode_coding_string): Set coding->src_multibyte and
Kenichi Handa [Thu, 14 Dec 2000 01:27:43 +0000 (01:27 +0000)]
(decode_coding_string): Set coding->src_multibyte and
coding->dst_multibyte before calling detect_coding and detect_eol.
Update them after some coding system is detected.

24 years ago*** empty log message ***
Kenichi Handa [Thu, 14 Dec 2000 01:27:24 +0000 (01:27 +0000)]
*** empty log message ***

24 years ago(detect_coding_system): Prototype adjusted.
Kenichi Handa [Wed, 13 Dec 2000 23:29:44 +0000 (23:29 +0000)]
(detect_coding_system): Prototype adjusted.

24 years ago*** empty log message ***
Kenichi Handa [Wed, 13 Dec 2000 23:29:17 +0000 (23:29 +0000)]
*** empty log message ***

24 years ago(skkdic-set-okuri-nasi): Show
Kenichi Handa [Wed, 13 Dec 2000 23:27:49 +0000 (23:27 +0000)]
(skkdic-set-okuri-nasi): Show
"... entries" messages for every 10000 entries, not 10.

24 years ago(ONE_MORE_BYTE_CHECK_MULTIBYTE): New macro.
Kenichi Handa [Wed, 13 Dec 2000 23:24:37 +0000 (23:24 +0000)]
(ONE_MORE_BYTE_CHECK_MULTIBYTE): New macro.
(detect_coding_emacs_mule, detect_coding_iso2022,)
(detect_coding_sjis, detect_coding_big5, detect_coding_utf_8)
(detect_coding_utf_16, detect_coding_ccl): Make them static.  New
argument MULTIBYTEP.  Callers changed.
(detect_coding_mask, detect_coding_system): New argument
MULTIBYTEP.  Callers changed.

24 years ago*** empty log message ***
Kenichi Handa [Wed, 13 Dec 2000 23:24:13 +0000 (23:24 +0000)]
*** empty log message ***

24 years ago* bookmark.el: Provide a generic exit hook, as suggested by Ovidiu
Karl Fogel [Wed, 13 Dec 2000 22:56:38 +0000 (22:56 +0000)]
* bookmark.el: Provide a generic exit hook, as suggested by Ovidiu
Predescu <ovidiu@cup.hp.com>:
(bookmark-exit-hook): new var.
(bookmark-exit-hook-internal): new func, replaces old raw lambda form
in `kill-emacs-hook', and runs new `bookmark-exit-hooks'.  No longer
tests for the bookmark feature, as logically that feature must have
been provided if this function is running.
Removed ;;;###autoload before the `add-hook' call.

24 years ago*** empty log message ***
Stefan Monnier [Wed, 13 Dec 2000 22:27:23 +0000 (22:27 +0000)]
*** empty log message ***

24 years ago(x_free_frame_resources): New function.
Gerd Moellmann [Wed, 13 Dec 2000 20:28:14 +0000 (20:28 +0000)]
(x_free_frame_resources): New function.
(x_destroy_window): Use it.

24 years ago(x_free_frame_resources): Declare.
Gerd Moellmann [Wed, 13 Dec 2000 20:27:22 +0000 (20:27 +0000)]
(x_free_frame_resources): Declare.

24 years ago(image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]:
Gerd Moellmann [Wed, 13 Dec 2000 20:27:01 +0000 (20:27 +0000)]
(image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]:
New variables.
(unwind_create_frame, unwind_create_tip_frame): New functions.
(Fx_create_frame, x_create_tip_frame): Handle errors signaled
while a frame is only partially constructed.

24 years ago*** empty log message ***
Dave Love [Wed, 13 Dec 2000 17:47:35 +0000 (17:47 +0000)]
*** empty log message ***

24 years ago(ensure_scope_buffer_room): Fix xrealloc call.
Dave Love [Wed, 13 Dec 2000 17:47:18 +0000 (17:47 +0000)]
(ensure_scope_buffer_room): Fix xrealloc call.

24 years ago(easy-menu-define): Setup indentation.
Stefan Monnier [Wed, 13 Dec 2000 16:14:49 +0000 (16:14 +0000)]
(easy-menu-define): Setup indentation.
(easy-menu-current-active-maps): New function.
(easy-menu-get-map): Use it.
Make a proper menu entry when creating a new keymap.

24 years ago(do_mouse_tracking): Make externally visible.
Gerd Moellmann [Wed, 13 Dec 2000 14:27:09 +0000 (14:27 +0000)]
(do_mouse_tracking): Make externally visible.

24 years ago(update_window): If do_mouse_tracking is non-nil,
Gerd Moellmann [Wed, 13 Dec 2000 14:24:01 +0000 (14:24 +0000)]
(update_window): If do_mouse_tracking is non-nil,
don't interrupt the update for pending input initially, i.e.
update at least some lines.

24 years ago(get_keyelt): Only eval the filter if `autoload' is set.
Stefan Monnier [Wed, 13 Dec 2000 14:13:18 +0000 (14:13 +0000)]
(get_keyelt): Only eval the filter if `autoload' is set.

24 years ago(menu_bar_items, tool_bar_items):
Stefan Monnier [Wed, 13 Dec 2000 14:12:02 +0000 (14:12 +0000)]
(menu_bar_items, tool_bar_items):
Set `autoload' when looking up `tool-bar' or `menu-bar' submap.

24 years ago*** empty log message ***
Gerd Moellmann [Wed, 13 Dec 2000 13:25:16 +0000 (13:25 +0000)]
*** empty log message ***

24 years ago(gray_bitmap_bits): Declare `char *'.
Gerd Moellmann [Wed, 13 Dec 2000 13:24:02 +0000 (13:24 +0000)]
(gray_bitmap_bits): Declare `char *'.

24 years ago(x_term_init): Declare gray_bitmap_bits as `extern
Gerd Moellmann [Wed, 13 Dec 2000 13:23:37 +0000 (13:23 +0000)]
(x_term_init): Declare gray_bitmap_bits as `extern
char *'

24 years ago*** empty log message ***
Dave Love [Wed, 13 Dec 2000 10:32:10 +0000 (10:32 +0000)]
*** empty log message ***

24 years ago(smiley-region): Bind `inhibit-point-motion-hooks' to t, so that we
Miles Bader [Wed, 13 Dec 2000 02:07:55 +0000 (02:07 +0000)]
(smiley-region): Bind `inhibit-point-motion-hooks' to t, so that we
don't get stuck while trying to smilefy intangible text.

24 years agoFix cases and syntaxes for mule-unicode-0100-24ff.
Kenichi Handa [Wed, 13 Dec 2000 02:01:05 +0000 (02:01 +0000)]
Fix cases and syntaxes for mule-unicode-0100-24ff.

24 years ago*** empty log message ***
Kenichi Handa [Wed, 13 Dec 2000 02:00:32 +0000 (02:00 +0000)]
*** empty log message ***

24 years ago(dired-move-to-filename-regexp): Fixed for the case
Kenichi Handa [Wed, 13 Dec 2000 00:23:04 +0000 (00:23 +0000)]
(dired-move-to-filename-regexp): Fixed for the case
that a Japanese character is not appended after day and year.

24 years ago*** empty log message ***
Kenichi Handa [Wed, 13 Dec 2000 00:22:41 +0000 (00:22 +0000)]
*** empty log message ***

24 years ago(Info-suffix-list): Change format for a command that
Kenichi Handa [Wed, 13 Dec 2000 00:14:52 +0000 (00:14 +0000)]
(Info-suffix-list): Change format for a command that
requires arguments.
(info-insert-file-contents): Adjusted for the above change.

24 years ago*** empty log message ***
Kenichi Handa [Wed, 13 Dec 2000 00:14:26 +0000 (00:14 +0000)]
*** empty log message ***

24 years ago(display_tool_bar_line): Make sure that tool bar
Gerd Moellmann [Tue, 12 Dec 2000 20:04:34 +0000 (20:04 +0000)]
(display_tool_bar_line): Make sure that tool bar
lines start with a relief line.

24 years ago(Fdisplay_buffer): Doc fix.
Dave Love [Tue, 12 Dec 2000 19:00:34 +0000 (19:00 +0000)]
(Fdisplay_buffer): Doc fix.
(Fwindow_list): Remove unused var.

24 years ago(mmap_set_vars): Declare.
Dave Love [Tue, 12 Dec 2000 18:51:47 +0000 (18:51 +0000)]
(mmap_set_vars): Declare.

24 years ago(Fset_window_point): Declare.
Dave Love [Tue, 12 Dec 2000 18:50:49 +0000 (18:50 +0000)]
(Fset_window_point): Declare.

24 years ago.
Andreas Schwab [Tue, 12 Dec 2000 17:58:35 +0000 (17:58 +0000)]
.

24 years ago(tar-extract): Base the name of the subfile buffer
Andreas Schwab [Tue, 12 Dec 2000 17:56:49 +0000 (17:56 +0000)]
(tar-extract): Base the name of the subfile buffer
on the name of the tar buffer.  Verify that the existing buffer is
visiting the same subfile.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 12 Dec 2000 17:03:11 +0000 (17:03 +0000)]
*** empty log message ***

24 years ago(smiley-regexp-alist): Make regexps match
Gerd Moellmann [Tue, 12 Dec 2000 16:54:45 +0000 (16:54 +0000)]
(smiley-regexp-alist): Make regexps match
at the end of the buffer.
(smiley-region): In the loop, move to the end of the submatch
matching the smiley instead of using the end of the match
of the whole regexp.

24 years ago(cursor_in_non_selected_windows): Declare extern.
Gerd Moellmann [Tue, 12 Dec 2000 16:14:39 +0000 (16:14 +0000)]
(cursor_in_non_selected_windows): Declare extern.

24 years ago(Fset_window_point): If displaying cursors in windows
Gerd Moellmann [Tue, 12 Dec 2000 16:14:01 +0000 (16:14 +0000)]
(Fset_window_point): If displaying cursors in windows
other than the selected window, make sure redisplay updates
other windows to show the new value of point in the window.

24 years ago*** empty log message ***
Dave Love [Tue, 12 Dec 2000 15:45:39 +0000 (15:45 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 12 Dec 2000 15:30:41 +0000 (15:30 +0000)]
*** empty log message ***

24 years ago(Fkill_buffer): Don't Fset_buffer when testing if
Gerd Moellmann [Tue, 12 Dec 2000 15:29:00 +0000 (15:29 +0000)]
(Fkill_buffer): Don't Fset_buffer when testing if
the buffer is the sole visible buffer when in the mini-buffer.

24 years agoAdd obsolete.
Dave Love [Tue, 12 Dec 2000 15:11:04 +0000 (15:11 +0000)]
Add obsolete.

24 years ago*** empty log message ***
Eli Zaretskii [Tue, 12 Dec 2000 15:07:44 +0000 (15:07 +0000)]
*** empty log message ***

24 years ago(message-mode): Doc fix.
Eli Zaretskii [Tue, 12 Dec 2000 15:06:58 +0000 (15:06 +0000)]
(message-mode): Doc fix.

24 years agoNo need for --with-pop anymore.
Eli Zaretskii [Tue, 12 Dec 2000 15:04:06 +0000 (15:04 +0000)]
No need for --with-pop anymore.

24 years ago(fast_find_position): Don't overstep the last window row.
Eli Zaretskii [Tue, 12 Dec 2000 14:55:35 +0000 (14:55 +0000)]
(fast_find_position): Don't overstep the last window row.
(IT_note_mouse_highlight): Initialize portion to -1.  Remove
unused variable `area'.  When looking for a row under (X,Y), give
up if some of the previous rows is not enabled.

24 years ago(rmail-summary-expunge)
Gerd Moellmann [Tue, 12 Dec 2000 14:52:36 +0000 (14:52 +0000)]
(rmail-summary-expunge)
(rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
instead of rmail-confirm-expunge.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 12 Dec 2000 14:13:40 +0000 (14:13 +0000)]
*** empty log message ***

24 years ago(perform-replace): Don't use an empty match adjacent
Gerd Moellmann [Tue, 12 Dec 2000 14:13:13 +0000 (14:13 +0000)]
(perform-replace): Don't use an empty match adjacent
to a non-empty match when computing the next match before the
replacement is performed.

24 years ago(setup_echo_area_for_printing, with_echo_area_buffer):
Gerd Moellmann [Tue, 12 Dec 2000 13:31:47 +0000 (13:31 +0000)]
(setup_echo_area_for_printing, with_echo_area_buffer):
Bind `inhibit-read-only' to t.
(unwind_with_echo_area_buffer): Use AREF.

24 years agoSet version to 21.0.94.
Gerd Moellmann [Tue, 12 Dec 2000 12:58:16 +0000 (12:58 +0000)]
Set version to 21.0.94.

24 years ago(Fx_hide_tip): Simplified. emacs-pretest-21.0.93
Gerd Moellmann [Tue, 12 Dec 2000 11:38:41 +0000 (11:38 +0000)]
(Fx_hide_tip): Simplified.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 12 Dec 2000 10:38:08 +0000 (10:38 +0000)]
*** empty log message ***

24 years ago(smiley-region): Doc fix.
Gerd Moellmann [Tue, 12 Dec 2000 10:37:48 +0000 (10:37 +0000)]
(smiley-region): Doc fix.

24 years agoUse `define-minor-mode' for the minor mode
Gerd Moellmann [Tue, 12 Dec 2000 10:20:52 +0000 (10:20 +0000)]
Use `define-minor-mode' for the minor mode
definition (patch by Stefan Monnier).
(glasses-mode): Use jit-lock instead of `after-change-functions'
(patch by Stefan Monnier).

24 years ago(GC_MARK_STACK): Use GC_MAKE_GCPROS_NOOPS instead of `1'.
Gerd Moellmann [Tue, 12 Dec 2000 10:05:09 +0000 (10:05 +0000)]
(GC_MARK_STACK): Use GC_MAKE_GCPROS_NOOPS instead of `1'.

24 years ago(GC_MARK_STACK): Define as GC_MAKE_GCPROS_NOOPS.
Gerd Moellmann [Tue, 12 Dec 2000 10:01:40 +0000 (10:01 +0000)]
(GC_MARK_STACK): Define as GC_MAKE_GCPROS_NOOPS.

24 years ago(Info-last-preorder): Don't barf on nodes without a prev.
Miles Bader [Tue, 12 Dec 2000 07:15:52 +0000 (07:15 +0000)]
(Info-last-preorder): Don't barf on nodes without a prev.
(Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.

24 years ago* term/mac-win.el: Remove load for ls-lisp.
Andrew Choi [Tue, 12 Dec 2000 05:04:07 +0000 (05:04 +0000)]
* term/mac-win.el: Remove load for ls-lisp.

* loadup.el: Load ls-lisp for system-type macos.

24 years ago* cw5-mcp.xml: add md5.c to project.
Andrew Choi [Tue, 12 Dec 2000 04:54:02 +0000 (04:54 +0000)]
* cw5-mcp.xml: add md5.c to project.

* cw6-mcp.xml: add md5.c to project.

24 years ago* src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
Andrew Choi [Tue, 12 Dec 2000 04:50:33 +0000 (04:50 +0000)]
* src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
Lisp_Object type tip_frame (was struct frame *) as in xfns.c.

24 years agoAdd idlwave-3.
Miles Bader [Tue, 12 Dec 2000 04:30:37 +0000 (04:30 +0000)]
Add idlwave-3.

24 years ago(delete-horizontal-space): Add BACKWARD-ONLY parameter.
Miles Bader [Tue, 12 Dec 2000 01:20:55 +0000 (01:20 +0000)]
(delete-horizontal-space): Add BACKWARD-ONLY parameter.
Respect field end too.
(just-one-space): Respect fields as `delete-horizontal-space'.
(newline-and-indent, reindent-then-newline-and-indent): Use
`delete-horizontal-space'.

24 years ago*** empty log message ***
Dave Love [Mon, 11 Dec 2000 22:55:41 +0000 (22:55 +0000)]
*** empty log message ***

24 years ago(comment-indent-new-line): Use delete-horizontal-space
Stefan Monnier [Mon, 11 Dec 2000 21:41:41 +0000 (21:41 +0000)]
(comment-indent-new-line): Use delete-horizontal-space
(so as to obey the field property in the minibuffer).

24 years agoMoved from auto-show.el to obsolete/auto-show.el
Stefan Monnier [Mon, 11 Dec 2000 21:39:52 +0000 (21:39 +0000)]
Moved from auto-show.el to obsolete/auto-show.el

24 years agoMoved from textmodes/ooutline.el to obsolete/ooutline.el
Stefan Monnier [Mon, 11 Dec 2000 21:38:19 +0000 (21:38 +0000)]
Moved from textmodes/ooutline.el to obsolete/ooutline.el

24 years agoMoved from progmodes/c-mode.el to obsolete/c-mode.el
Stefan Monnier [Mon, 11 Dec 2000 21:34:11 +0000 (21:34 +0000)]
Moved from progmodes/c-mode.el to obsolete/c-mode.el

24 years ago(Fx_hide_tip): Fix last change.
Gerd Moellmann [Mon, 11 Dec 2000 21:13:33 +0000 (21:13 +0000)]
(Fx_hide_tip): Fix last change.

24 years ago(Fx_hide_tip): Avoid unnecessary work when there's
Gerd Moellmann [Mon, 11 Dec 2000 19:26:34 +0000 (19:26 +0000)]
(Fx_hide_tip): Avoid unnecessary work when there's
nothing to do.  Bind inhibit-quit.
(tip_frame): Make it a Lisp_Object.
(x_create_tip_frame): Set tip_frame after it has been added to
Vframe_list.
(Fx_show_tip): Don't set tip_frame here.

24 years ago(clear_mouse_face): Treat tip_frame as a Lisp_Object.
Gerd Moellmann [Mon, 11 Dec 2000 19:25:30 +0000 (19:25 +0000)]
(clear_mouse_face): Treat tip_frame as a Lisp_Object.

24 years ago(prepare_menu_bars): Changes for tip_frame being a
Gerd Moellmann [Mon, 11 Dec 2000 19:24:59 +0000 (19:24 +0000)]
(prepare_menu_bars): Changes for tip_frame being a
Lisp_Object.

24 years agoChange external declaration of tip_frame.
Gerd Moellmann [Mon, 11 Dec 2000 19:24:21 +0000 (19:24 +0000)]
Change external declaration of tip_frame.

24 years ago*** empty log message ***
Dave Love [Mon, 11 Dec 2000 17:17:41 +0000 (17:17 +0000)]
*** empty log message ***

24 years agoUse full path for NON_GNU_CPP.
Dave Love [Mon, 11 Dec 2000 17:17:02 +0000 (17:17 +0000)]
Use full path for NON_GNU_CPP.

24 years ago*** empty log message ***
Gerd Moellmann [Mon, 11 Dec 2000 16:06:20 +0000 (16:06 +0000)]
*** empty log message ***

24 years ago(kill-new): Don't try to setcar kill-ring if it is
Gerd Moellmann [Mon, 11 Dec 2000 15:33:34 +0000 (15:33 +0000)]
(kill-new): Don't try to setcar kill-ring if it is
nil.

24 years ago(Fkey_description): If KEYS is an empty key sequence,
Gerd Moellmann [Mon, 11 Dec 2000 15:21:46 +0000 (15:21 +0000)]
(Fkey_description): If KEYS is an empty key sequence,
return an empty string.

24 years ago(try_cursor_movement): Check update_mode_lines instead
Gerd Moellmann [Mon, 11 Dec 2000 14:50:29 +0000 (14:50 +0000)]
(try_cursor_movement): Check update_mode_lines instead
of the window's update_mode_line flag, since the former is set by
force-mode-line-update, not the latter.  This makes
column-number-mode slightly faster.

24 years ago(try_window_id) <all changes above window start>:
Gerd Moellmann [Mon, 11 Dec 2000 14:37:14 +0000 (14:37 +0000)]
(try_window_id) <all changes above window start>:
Set the cursor.

24 years ago(draw_separator) <SEPARATOR_SHADOW_ETCHED_IN_DASH>:
Dave Love [Mon, 11 Dec 2000 14:33:47 +0000 (14:33 +0000)]
(draw_separator) <SEPARATOR_SHADOW_ETCHED_IN_DASH>:
<SEPARATOR_SHADOW_ETCHED_OUT_DASH>: Fix call of draw_separator.

24 years ago*** empty log message ***
Carsten Dominik [Mon, 11 Dec 2000 13:00:47 +0000 (13:00 +0000)]
*** empty log message ***

24 years agoFixed setfilename and setdircategory. This was to undo incorrect
Carsten Dominik [Mon, 11 Dec 2000 12:52:59 +0000 (12:52 +0000)]
Fixed setfilename and setdircategory.  This was to undo incorrect
changes in the previous commit.

24 years agoUpdated IDLWAVE to version 4.7
Carsten Dominik [Mon, 11 Dec 2000 12:45:42 +0000 (12:45 +0000)]
Updated IDLWAVE to version 4.7

24 years agoUpdated IDLWAVE manual to version 4.7
Carsten Dominik [Mon, 11 Dec 2000 12:41:49 +0000 (12:41 +0000)]
Updated IDLWAVE manual to version 4.7

24 years ago*** empty log message ***
Gerd Moellmann [Mon, 11 Dec 2000 12:15:07 +0000 (12:15 +0000)]
*** empty log message ***

24 years agoUpdate comment about _XOPEN_SOURCE.
Gerd Moellmann [Mon, 11 Dec 2000 11:59:52 +0000 (11:59 +0000)]
Update comment about _XOPEN_SOURCE.

24 years ago(_FILE_OFFSET_BITS): Do not undef.
Gerd Moellmann [Mon, 11 Dec 2000 11:57:42 +0000 (11:57 +0000)]
(_FILE_OFFSET_BITS): Do not undef.

24 years ago(file_offset, file_tell): Depend on HAVE_FSEEKO, not
Gerd Moellmann [Mon, 11 Dec 2000 11:57:04 +0000 (11:57 +0000)]
(file_offset, file_tell): Depend on HAVE_FSEEKO, not
HAVE_FTELLO.

24 years ago(HAVE_FTELLO): Remove.
Gerd Moellmann [Mon, 11 Dec 2000 11:56:04 +0000 (11:56 +0000)]
(HAVE_FTELLO): Remove.
(HAVE_FSEEKO): Add.
(_XOPEN_SOURCE): Remove; the large-file code no longer needs it.

24 years ago(AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
Gerd Moellmann [Mon, 11 Dec 2000 11:54:38 +0000 (11:54 +0000)]
(AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
Merge fixes from latest GNU tar version.  These macros no longer
futz with _XOPEN_SOURCE, as that was not portable in practice.
(AC_FUNC_FSEEKO): New macro.

24 years agoUse it instead of invoking AC_CHECK_FUNCS on
Gerd Moellmann [Mon, 11 Dec 2000 11:53:06 +0000 (11:53 +0000)]
Use it instead of invoking AC_CHECK_FUNCS on
ftello.

24 years ago(custom-save-variables, custom-save-faces):
Gerd Moellmann [Mon, 11 Dec 2000 10:42:44 +0000 (10:42 +0000)]
(custom-save-variables, custom-save-faces):
Comment fix.