]> code.delx.au - gnu-emacs/log
gnu-emacs
22 years agoMany minor cleanups.
Richard M. Stallman [Wed, 8 Aug 2001 23:28:08 +0000 (23:28 +0000)]
Many minor cleanups.

22 years agoMinor changes.
Richard M. Stallman [Wed, 8 Aug 2001 23:19:49 +0000 (23:19 +0000)]
Minor changes.

22 years agoFix typo.
Pavel Janík [Wed, 8 Aug 2001 20:11:46 +0000 (20:11 +0000)]
Fix typo.

22 years agoUpdated as per the English version.
Eli Zaretskii [Wed, 8 Aug 2001 15:14:01 +0000 (15:14 +0000)]
Updated as per the English version.
From Koaunghi Un <koaunghi@world.kaist.ac.kr>.

22 years ago(adjust_glyph_matrix): In the optimization for
Gerd Moellmann [Wed, 8 Aug 2001 11:41:07 +0000 (11:41 +0000)]
(adjust_glyph_matrix): In the optimization for
windows whose height has changed, disable partially visible
lines.

22 years ago(image-type-regexps): Allow predicates. Change the way
Gerd Moellmann [Wed, 8 Aug 2001 10:54:12 +0000 (10:54 +0000)]
(image-type-regexps): Allow predicates.  Change the way
JPEG images are recognized.
(image-jpeg-p): New function.
(image-type-from-data): Handle predicates in image-type-regexps.

22 years ago(edebug-read-function): Fix handling of
Gerd Moellmann [Wed, 8 Aug 2001 10:51:56 +0000 (10:51 +0000)]
(edebug-read-function): Fix handling of
#:, #x, #o, and similar constructs.

22 years ago(Arguments): Say explicitly that M-- is -1. Fix spacing in an @example.
Eli Zaretskii [Tue, 7 Aug 2001 15:22:40 +0000 (15:22 +0000)]
(Arguments): Say explicitly that M-- is -1.  Fix spacing in an @example.

22 years ago*** empty log message ***
Gerd Moellmann [Tue, 7 Aug 2001 14:53:15 +0000 (14:53 +0000)]
*** empty log message ***

22 years ago(mm-uu-dissect, mm-uu-test): Fix autoload cookies.
Gerd Moellmann [Tue, 7 Aug 2001 14:52:07 +0000 (14:52 +0000)]
(mm-uu-dissect, mm-uu-test): Fix autoload cookies.

22 years ago(vc-transfer-file): Fix malformed autoload cookie.
Gerd Moellmann [Tue, 7 Aug 2001 14:48:30 +0000 (14:48 +0000)]
(vc-transfer-file): Fix malformed autoload cookie.

22 years agoComment fix.
Gerd Moellmann [Tue, 7 Aug 2001 14:43:48 +0000 (14:43 +0000)]
Comment fix.

22 years ago(viper-file-checked-in-p): Use `and'
Gerd Moellmann [Tue, 7 Aug 2001 14:41:37 +0000 (14:41 +0000)]
(viper-file-checked-in-p): Use `and'
instead of `progn'.

22 years ago(Frecenter): If ARG < 0, and on a window system
Gerd Moellmann [Tue, 7 Aug 2001 14:19:26 +0000 (14:19 +0000)]
(Frecenter): If ARG < 0, and on a window system
frame, count in some empty lines when we can't move -ARG lines
down.

22 years ago(tar-extract): Avoid generating a new buffer
Gerd Moellmann [Tue, 7 Aug 2001 13:36:14 +0000 (13:36 +0000)]
(tar-extract): Avoid generating a new buffer
for each file visited.  From Markus Rost <rost@math.ohio-state.edu>.

22 years ago(start_display): Don't try to determine the continuation
Gerd Moellmann [Tue, 7 Aug 2001 11:37:10 +0000 (11:37 +0000)]
(start_display): Don't try to determine the continuation
lines width if lines are truncated.  It's superfluous and leads to
incorrect results if POS is not visible in the window after
reseating the iterator at the previous line start.

22 years ago(forward-sentence): Avoid building
Gerd Moellmann [Tue, 7 Aug 2001 09:57:32 +0000 (09:57 +0000)]
(forward-sentence): Avoid building
a regexp from sentence-end.  From Kenichi Handa <handa@etl.go.jp>.

22 years ago(executable-set-magic): If
Gerd Moellmann [Tue, 7 Aug 2001 09:47:06 +0000 (09:47 +0000)]
(executable-set-magic): If
executable-find returns a quoted file name, unquote it before
inserting it.

22 years ago(image-type-regexps): For JPEG files, use a regexp
Gerd Moellmann [Tue, 7 Aug 2001 08:55:12 +0000 (08:55 +0000)]
(image-type-regexps): For JPEG files, use a regexp
derived from the JPEG spec.

22 years ago(image-type-regexps): Use `\`' instead of `^' in
Gerd Moellmann [Tue, 7 Aug 2001 08:03:42 +0000 (08:03 +0000)]
(image-type-regexps): Use `\`' instead of `^' in
most regular expressions.

22 years agoRe-insert a reference to re-inserted function animate-birthday-present.
Pavel Janík [Mon, 6 Aug 2001 21:29:16 +0000 (21:29 +0000)]
Re-insert a reference to re-inserted function animate-birthday-present.

22 years agoUpdate from Milan Zamazal.
Pavel Janík [Mon, 6 Aug 2001 21:23:24 +0000 (21:23 +0000)]
Update from Milan Zamazal.

22 years ago*** empty log message ***
Gerd Moellmann [Mon, 6 Aug 2001 14:28:58 +0000 (14:28 +0000)]
*** empty log message ***

22 years ago(describe-function-1): Use
Gerd Moellmann [Mon, 6 Aug 2001 14:28:36 +0000 (14:28 +0000)]
(describe-function-1): Use
find-function-search-for-symbol instead of find-functin-noselect
because the latter follows aliases.

22 years ago(x_dump_glyph_string): Put in #if GLYPH_DEBUG.
Gerd Moellmann [Mon, 6 Aug 2001 13:37:02 +0000 (13:37 +0000)]
(x_dump_glyph_string): Put in #if GLYPH_DEBUG.

22 years ago*** empty log message ***
Gerd Moellmann [Mon, 6 Aug 2001 12:41:18 +0000 (12:41 +0000)]
*** empty log message ***

22 years ago(animate-birthday-present): Re-insert.
Gerd Moellmann [Mon, 6 Aug 2001 12:40:52 +0000 (12:40 +0000)]
(animate-birthday-present): Re-insert.

22 years ago("chinese-py-punct"): Copy the QUAIL-MAP of
Gerd Moellmann [Mon, 6 Aug 2001 12:28:57 +0000 (12:28 +0000)]
("chinese-py-punct"): Copy the QUAIL-MAP of
"chinese-py".
("chinese-tonepy-punct"): Copy the QUAIL-MAP of "chinese-tonepy".

22 years ago(tool-bar-add-item-from-menu): Handle
Gerd Moellmann [Mon, 6 Aug 2001 10:41:52 +0000 (10:41 +0000)]
(tool-bar-add-item-from-menu): Handle
old-style menu definitions.

22 years agoKeyword added and FSF specified as Maintainer.
Pavel Janík [Mon, 6 Aug 2001 10:12:17 +0000 (10:12 +0000)]
Keyword added and FSF specified as Maintainer.

22 years agoRemove init_stack static declaration.
Gerd Moellmann [Mon, 6 Aug 2001 10:03:40 +0000 (10:03 +0000)]
Remove init_stack static declaration.

22 years agoSpecify FSF as Maintainer.
Pavel Janík [Mon, 6 Aug 2001 09:59:02 +0000 (09:59 +0000)]
Specify FSF as Maintainer.

22 years agoSpecify FSF as Maintainer.
Pavel Janík [Mon, 6 Aug 2001 09:50:02 +0000 (09:50 +0000)]
Specify FSF as Maintainer.

22 years agoSpecify FSF as Maintainer.
Pavel Janík [Mon, 6 Aug 2001 09:39:52 +0000 (09:39 +0000)]
Specify FSF as Maintainer.

22 years ago(Lossage, Bugs): Mention the keys which display PROBLEMS and FAQ.
Eli Zaretskii [Sun, 5 Aug 2001 17:27:27 +0000 (17:27 +0000)]
(Lossage, Bugs): Mention the keys which display PROBLEMS and FAQ.

22 years agoMilan Zamazal has new address.
Pavel Janík [Sun, 5 Aug 2001 09:04:05 +0000 (09:04 +0000)]
Milan Zamazal has new address.

22 years agoBe consistent when naming CONTROL and META keys.
Pavel Janík [Sat, 4 Aug 2001 14:32:41 +0000 (14:32 +0000)]
Be consistent when naming CONTROL and META keys.

22 years agoCzech tutorial updated.
Pavel Janík [Sat, 4 Aug 2001 13:04:25 +0000 (13:04 +0000)]
Czech tutorial updated.

22 years ago(Bugs and problems): Mention the related sections of the Emacs manual, and
Eli Zaretskii [Sat, 4 Aug 2001 12:47:23 +0000 (12:47 +0000)]
(Bugs and problems): Mention the related sections of the Emacs manual, and
the PROBLEMS file.
Suggested by David Kastrup <David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>.

22 years ago(Lossage, Bugs): Mention etc/PROBLEMS and the Bugs section of the FAQ.
Eli Zaretskii [Sat, 4 Aug 2001 12:39:30 +0000 (12:39 +0000)]
(Lossage, Bugs): Mention etc/PROBLEMS and the Bugs section of the FAQ.
Suggested by David Kastrup <David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>.

22 years agoRewrite the description of the operation of Chinese input methods.
Eli Zaretskii [Sat, 4 Aug 2001 12:15:32 +0000 (12:15 +0000)]
Rewrite the description of the operation of Chinese input methods.
From RMS.

22 years agoUpdated to latest version of TUTORIAL.
Werner LEMBERG [Sat, 4 Aug 2001 06:26:06 +0000 (06:26 +0000)]
Updated to latest version of TUTORIAL.

22 years ago(custom-set-variables): Don't test `custom-requests'
Gerd Moellmann [Fri, 3 Aug 2001 15:12:39 +0000 (15:12 +0000)]
(custom-set-variables): Don't test `custom-requests'
properties, check the third element of the options passed to
custom-set-variables instead.

22 years ago*** empty log message ***
Gerd Moellmann [Fri, 3 Aug 2001 12:33:41 +0000 (12:33 +0000)]
*** empty log message ***

22 years ago(info-insert-file-contents): Use info-file-exists-p
Gerd Moellmann [Fri, 3 Aug 2001 12:33:14 +0000 (12:33 +0000)]
(info-insert-file-contents): Use info-file-exists-p
instread of file-exists-p.

22 years ago(zone-pgm-stress): Use unwind-protect to make sure
Gerd Moellmann [Fri, 3 Aug 2001 12:28:18 +0000 (12:28 +0000)]
(zone-pgm-stress): Use unwind-protect to make sure
the mode-line face is restored.  Fix several bugs.

22 years ago(perform-replace): Doc fix.
Gerd Moellmann [Fri, 3 Aug 2001 11:57:27 +0000 (11:57 +0000)]
(perform-replace): Doc fix.

22 years ago(read_key_sequence): Check that key is an integer
Gerd Moellmann [Fri, 3 Aug 2001 11:36:48 +0000 (11:36 +0000)]
(read_key_sequence): Check that key is an integer
before comparing it with quit_char.
(add_command_key): Use larger_vector.
(read_char_x_menu_prompt): Instead of converting symbol and
integer events into conses (EVENT . nil), use (EVENT . disabled)
which cannot be confused with legal events.
(read_char): When reading from Vunread_command_events, check for
events of the form (EVENT . disabled) instead of
(EVENT . nil).

22 years ago(resize_mini_window): If Vmax_mini_window_height is
Gerd Moellmann [Fri, 3 Aug 2001 09:55:40 +0000 (09:55 +0000)]
(resize_mini_window): If Vmax_mini_window_height is
a float, determine the max height from the frame's height.

22 years ago(Faces): Document that changing the colors of the `default' face
Eli Zaretskii [Thu, 2 Aug 2001 13:56:54 +0000 (13:56 +0000)]
(Faces): Document that changing the colors of the `default' face
also changes the fore/background colors on all frames.  Add a
cross-reference to the description of how to change colors for one
frame only.

22 years ago(Creating Frame): One more example of using default-frame-alist.
Eli Zaretskii [Thu, 2 Aug 2001 13:54:16 +0000 (13:54 +0000)]
(Creating Frame): One more example of using default-frame-alist.
(Frame Parameters): Mention default-frame-alist and add a cross-reference
to its description.

22 years ago(X Resources): Add index entries for the .Xdefaults file, and its
Eli Zaretskii [Thu, 2 Aug 2001 13:50:57 +0000 (13:50 +0000)]
(X Resources): Add index entries for the .Xdefaults file, and its
substitute for MS-Windows.

22 years agoMention a few more "C-h" commands.
Eli Zaretskii [Thu, 2 Aug 2001 12:40:50 +0000 (12:40 +0000)]
Mention a few more "C-h" commands.

22 years ago(Man Page): Mention the -a switch to `man' in a footnote.
Eli Zaretskii [Thu, 2 Aug 2001 12:17:45 +0000 (12:17 +0000)]
(Man Page): Mention the -a switch to `man' in a footnote.

22 years agoOops. A typo.
Francesco Potortì [Thu, 2 Aug 2001 11:40:26 +0000 (11:40 +0000)]
Oops.  A typo.

22 years agoCode cleanup, speed and consing improvements for uniquify.el.
Francesco Potortì [Thu, 2 Aug 2001 11:30:25 +0000 (11:30 +0000)]
Code cleanup, speed and consing improvements for uniquify.el.
(uniquify-ref-base, uniquify-ref-filename)
(uniquify-ref-buffer, uniquify-ref-proposed): New functions.
(uniquify-fix-item-base, uniquify-fix-item-filename)
(uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
Callers changed.
(uniquify-set-proposed): Changed to work with a vector item.
(uniquify-rationalize-file-buffer-names): Use a list of arrays for
the fix list, and a list of strings for the non-file buffer
names.  Both changes reduce consing.
(uniquify-rationalize-a-list): Local variable renaming.
(uniquify-rationalize-conflicting-sublist): Use member instead of
assoc.
(uniquify-rename-buffer): Use unless instead of if not.

22 years agoCode cleanup, speed and consing improvements for uniquify.el.
Francesco Potortì [Thu, 2 Aug 2001 11:26:48 +0000 (11:26 +0000)]
Code cleanup, speed and consing improvements for uniquify.el.

22 years ago(recentf-dump-variable): Handle a value of nil
Gerd Moellmann [Thu, 2 Aug 2001 10:54:51 +0000 (10:54 +0000)]
(recentf-dump-variable): Handle a value of nil
correctly.

22 years ago(Display Cursor): Add an index entry for "highlight current line".
Eli Zaretskii [Thu, 2 Aug 2001 10:36:22 +0000 (10:36 +0000)]
(Display Cursor): Add an index entry for "highlight current line".

22 years ago(Position Info): Add a cross-reference to where hl-line-mode is described.
Eli Zaretskii [Thu, 2 Aug 2001 10:35:40 +0000 (10:35 +0000)]
(Position Info): Add a cross-reference to where hl-line-mode is described.

22 years agoFix "allows to save".
Eli Zaretskii [Thu, 2 Aug 2001 10:33:46 +0000 (10:33 +0000)]
Fix "allows to save".

22 years ago(custom-set-variables): Set options with :require
Gerd Moellmann [Thu, 2 Aug 2001 10:11:57 +0000 (10:11 +0000)]
(custom-set-variables): Set options with :require
clauses last.

22 years ago*** empty log message ***
Gerd Moellmann [Thu, 2 Aug 2001 09:04:45 +0000 (09:04 +0000)]
*** empty log message ***

22 years ago(defcustom): Doc fix.
Gerd Moellmann [Thu, 2 Aug 2001 09:04:15 +0000 (09:04 +0000)]
(defcustom): Doc fix.

22 years ago(TAGS, TAGS-LISP): Exclude loaddefs.el.
Gerd Moellmann [Thu, 2 Aug 2001 09:00:17 +0000 (09:00 +0000)]
(TAGS, TAGS-LISP): Exclude loaddefs.el.

22 years ago(redisplay_internal): Take message_cleared_p into
Gerd Moellmann [Thu, 2 Aug 2001 08:30:26 +0000 (08:30 +0000)]
(redisplay_internal): Take message_cleared_p into
account only if minibuf_level == 0.

22 years agoThese changes correct a corner case that the old code managed correctly.
Francesco Potortì [Wed, 1 Aug 2001 19:07:33 +0000 (19:07 +0000)]
These changes correct a corner case that the old code managed correctly.
Precisely when you have a buffer visiting a file in the root directory
and then revert it to a file with the same name in a different
directory.

(uniquify-fix-item-proposed): Renamed from
uniquify-fix-item-min-proposed.
(uniquify-set-proposed): New function.
(uniquify-rationalize-file-buffer-names): Code reshuffled for
clarity and speed.
(uniquify-item-greaterp): Substitutes uniquify-item-lessp.  This
is equivalent to what the old code did.
(uniquify-rationalize-a-list): Never recompute the proposed
name.  Sort the conflicting sublist before rationalising it: this
is equivalent to what the old code did, but one directory element
at a time, and only when necessary.
(uniquify-rationalize-conflicting-sublist): Recompute here the
proposed name.

22 years agouniquify.el
Francesco Potortì [Wed, 1 Aug 2001 19:05:32 +0000 (19:05 +0000)]
uniquify.el

22 years agoMention the change in base64-decode-string whereby the result is
Eli Zaretskii [Wed, 1 Aug 2001 16:03:11 +0000 (16:03 +0000)]
Mention the change in base64-decode-string whereby the result is
always a unibyte string.

22 years agoFix typos; from Eric Hanchrow <offby1@blarg.net>.
Eli Zaretskii [Wed, 1 Aug 2001 15:51:18 +0000 (15:51 +0000)]
Fix typos; from Eric Hanchrow <offby1@blarg.net>.

22 years ago(man): Mention Man-switches in the doc string.
Eli Zaretskii [Wed, 1 Aug 2001 15:31:08 +0000 (15:31 +0000)]
(man): Mention Man-switches in the doc string.
(Man-switches): Mention -a in the doc string.

22 years ago(ispell-alternate-dictionary): Add /usr/share/lib/dict/words, for Irix.
Eli Zaretskii [Wed, 1 Aug 2001 15:29:35 +0000 (15:29 +0000)]
(ispell-alternate-dictionary): Add /usr/share/lib/dict/words, for Irix.

22 years agoBind shifted and control-shifted kp-* keys to the
Eli Zaretskii [Wed, 1 Aug 2001 15:27:36 +0000 (15:27 +0000)]
Bind shifted and control-shifted kp-* keys to the
corresponding non-kp keys.  Suggested by Stephen Gildea <gildea@alum.mit.edu>.

22 years ago(uniquify-rationalize-file-buffer-names): Reshuffled the code for
Francesco Potortì [Wed, 1 Aug 2001 14:39:56 +0000 (14:39 +0000)]
(uniquify-rationalize-file-buffer-names): Reshuffled the code for
clarity and speed (maybe).

22 years agouniquify.el
Francesco Potortì [Wed, 1 Aug 2001 14:39:28 +0000 (14:39 +0000)]
uniquify.el

22 years ago(uniquify-rationalize-file-buffer-names): Add an
Francesco Potortì [Wed, 1 Aug 2001 14:10:44 +0000 (14:10 +0000)]
(uniquify-rationalize-file-buffer-names): Add an
explicit test for " **lose**" buffers generated by
find-alternate-file to avoid an error in particular conditions.

22 years agouniquify.el
Francesco Potortì [Wed, 1 Aug 2001 14:10:25 +0000 (14:10 +0000)]
uniquify.el

22 years ago*** empty log message ***
Gerd Moellmann [Wed, 1 Aug 2001 13:58:03 +0000 (13:58 +0000)]
*** empty log message ***

22 years ago(redisplay_internal): Add a check for the last
Gerd Moellmann [Wed, 1 Aug 2001 13:55:36 +0000 (13:55 +0000)]
(redisplay_internal): Add a check for the last
displayed message.

22 years ago(autoload): Don't autoload `diff-mode' if it's
Gerd Moellmann [Wed, 1 Aug 2001 13:44:45 +0000 (13:44 +0000)]
(autoload): Don't autoload `diff-mode' if it's
already fboundp.  Add INTERACTIVE arg to autoload form.

22 years ago(message_cleared_p): New variable.
Gerd Moellmann [Wed, 1 Aug 2001 13:27:18 +0000 (13:27 +0000)]
(message_cleared_p): New variable.
(clear_message): Set message_cleared_p when clearing the current
message.
(redisplay_internal): Look at message_cleared_p to capture
the case that the echo area should be cleared.

22 years ago(resize_echo_area_exactly): Fix typo in function name.
Gerd Moellmann [Wed, 1 Aug 2001 11:59:42 +0000 (11:59 +0000)]
(resize_echo_area_exactly): Fix typo in function name.

22 years ago(resize_echo_area_exactly): Fix typo in function
Gerd Moellmann [Wed, 1 Aug 2001 11:54:57 +0000 (11:54 +0000)]
(resize_echo_area_exactly): Fix typo in function
name.

22 years ago(command_loop_1): Fix spelling of
Gerd Moellmann [Wed, 1 Aug 2001 11:54:33 +0000 (11:54 +0000)]
(command_loop_1): Fix spelling of
resize_echo_area_exactly.

22 years ago*** empty log message ***
Gerd Moellmann [Wed, 1 Aug 2001 11:25:52 +0000 (11:25 +0000)]
*** empty log message ***

22 years ago(gnus-startup-file-coding-system): Revert to binary.
Gerd Moellmann [Wed, 1 Aug 2001 10:46:23 +0000 (10:46 +0000)]
(gnus-startup-file-coding-system): Revert to binary.
(gnus-ding-file-coding-system): New variable.
(gnus-read-newsrc-el-file, gnus-save-newsrc-file)
(gnus-slave-save-newsrc): Use it.

22 years agoAdd Keywords and Maintainer. Remove a
Gerd Moellmann [Wed, 1 Aug 2001 10:18:26 +0000 (10:18 +0000)]
Add Keywords and Maintainer.  Remove a
reference to a removed function.

22 years ago(x_set_tool_bar_lines): Clear the tool bar window's
Gerd Moellmann [Wed, 1 Aug 2001 09:53:58 +0000 (09:53 +0000)]
(x_set_tool_bar_lines): Clear the tool bar window's
current matrix when the window gets smaller.

22 years ago*** empty log message ***
Gerd Moellmann [Wed, 1 Aug 2001 08:41:06 +0000 (08:41 +0000)]
*** empty log message ***

22 years ago(strout): Treat the characters at *ptr as unsigned char.
Eli Zaretskii [Wed, 1 Aug 2001 08:29:28 +0000 (08:29 +0000)]
(strout): Treat the characters at *ptr as unsigned char.

22 years ago(animate-string): Handle case that the string is
Gerd Moellmann [Wed, 1 Aug 2001 08:02:45 +0000 (08:02 +0000)]
(animate-string): Handle case that the string is
longer than the window is wide.

22 years ago*** empty log message ***
Gerd Moellmann [Tue, 31 Jul 2001 14:41:14 +0000 (14:41 +0000)]
*** empty log message ***

22 years ago(Finsert_file_contents): Don't treat a return value
Gerd Moellmann [Tue, 31 Jul 2001 14:40:50 +0000 (14:40 +0000)]
(Finsert_file_contents): Don't treat a return value
of 0 from emacs_read as an IO error.

22 years ago(desktop-save): Bind coding-system-for-write to
Gerd Moellmann [Tue, 31 Jul 2001 14:04:50 +0000 (14:04 +0000)]
(desktop-save): Bind coding-system-for-write to
`emacs-mule' for write-region.

22 years ago(delete-selection-pre-hook): Don't set this-command
Gerd Moellmann [Tue, 31 Jul 2001 11:36:30 +0000 (11:36 +0000)]
(delete-selection-pre-hook): Don't set this-command
to `ignore' if the region is empty.

22 years ago(set-keyboard-coding-system): Set
Gerd Moellmann [Tue, 31 Jul 2001 09:50:56 +0000 (09:50 +0000)]
(set-keyboard-coding-system): Set
keyboard-coding-system.

22 years ago*** empty log message ***
Gerd Moellmann [Tue, 31 Jul 2001 08:44:21 +0000 (08:44 +0000)]
*** empty log message ***

22 years ago(gnus-startup-file-coding-system): Change to
Gerd Moellmann [Tue, 31 Jul 2001 08:44:01 +0000 (08:44 +0000)]
(gnus-startup-file-coding-system): Change to
`emacs-mule'.

22 years ago(smerge-mode): Check if `font-lock-mode' is bound
Gerd Moellmann [Tue, 31 Jul 2001 08:28:43 +0000 (08:28 +0000)]
(smerge-mode): Check if `font-lock-mode' is bound
before accessing it.

22 years ago(toggle-highlight-paren-mode): Use `(show-paren-mode)' as body.
Andreas Schwab [Mon, 30 Jul 2001 19:09:07 +0000 (19:09 +0000)]
(toggle-highlight-paren-mode): Use `(show-paren-mode)' as body.