bpt/emacs.git
22 years ago(store_kbd_macro_char): Fix computation of kbd_macro_end.
Gerd Moellmann [Wed, 5 Sep 2001 09:39:09 +0000 (09:39 +0000)]
(store_kbd_macro_char): Fix computation of kbd_macro_end.

22 years ago*** empty log message ***
Gerd Moellmann [Wed, 5 Sep 2001 08:20:35 +0000 (08:20 +0000)]
*** empty log message ***

22 years ago(calendar-mouse-view-other-diary-entries): Fix name
Gerd Moellmann [Wed, 5 Sep 2001 08:20:13 +0000 (08:20 +0000)]
(calendar-mouse-view-other-diary-entries): Fix name
of file in header of menu.

22 years agoAllow -<number> for OLD.
Gerd Moellmann [Wed, 5 Sep 2001 08:02:18 +0000 (08:02 +0000)]
Allow -<number> for OLD.

22 years ago(string_buffer_position): Use *single_char_property*
Gerd Moellmann [Wed, 5 Sep 2001 07:43:47 +0000 (07:43 +0000)]
(string_buffer_position): Use *single_char_property*
functions instead of the *single_property* functions.

22 years ago(w32_read_socket): Add more information to debugging output.
Andrew Innes [Tue, 4 Sep 2001 17:42:03 +0000 (17:42 +0000)]
(w32_read_socket): Add more information to debugging output.

22 years ago(w32_createwindow): Remove the WS_CLIPCHILDREN style
Andrew Innes [Tue, 4 Sep 2001 17:35:24 +0000 (17:35 +0000)]
(w32_createwindow): Remove the WS_CLIPCHILDREN style
from Emacs frames, so that calls to GetClipBox in w32term.c
correctly report when part of a frame is visible (including
scrollbars, etc).  This prevents repeated redrawing of frames when
only a scrollbar is visible.
(w32_wnd_proc): Add more frame information to debugging output.

22 years ago(setenv): Interactively, if VARIABLE has a current value,
Gerd Moellmann [Tue, 4 Sep 2001 15:49:51 +0000 (15:49 +0000)]
(setenv): Interactively, if VARIABLE has a current value,
add that to the front of the history, as the doc string says.

22 years ago*** empty log message ***
Gerd Moellmann [Tue, 4 Sep 2001 13:21:08 +0000 (13:21 +0000)]
*** empty log message ***

22 years ago(comint-send-input): Change help-echo.
Gerd Moellmann [Tue, 4 Sep 2001 13:20:45 +0000 (13:20 +0000)]
(comint-send-input): Change help-echo.
From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.

22 years ago(bookmark-write-file): Bind print-length and
Gerd Moellmann [Tue, 4 Sep 2001 13:17:56 +0000 (13:17 +0000)]
(bookmark-write-file): Bind print-length and
print-level to nil.  From Tom Capey <tomc@edina.co.uk>.

22 years agoRemove reference to obsolete file
Andrew Innes [Tue, 4 Sep 2001 13:12:55 +0000 (13:12 +0000)]
Remove reference to obsolete file
GETTING.GNU.SOFTWARE.  Remove outdated comments.  Explain about
version of tar used.

22 years ago*** empty log message ***
Gerd Moellmann [Tue, 4 Sep 2001 13:09:29 +0000 (13:09 +0000)]
*** empty log message ***

22 years agoAdd Keywords header.
Gerd Moellmann [Tue, 4 Sep 2001 12:54:14 +0000 (12:54 +0000)]
Add Keywords header.

22 years ago(comint-insert-clicked-input): Goto point-max before
Gerd Moellmann [Tue, 4 Sep 2001 12:45:13 +0000 (12:45 +0000)]
(comint-insert-clicked-input): Goto point-max before
deleting previous input.  From "Dr Francis J. Wright"
<F.J.Wright@qmw.ac.uk>.

22 years ago($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
Eli Zaretskii [Tue, 4 Sep 2001 11:28:50 +0000 (11:28 +0000)]
($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
since some versions of `mkdir' don't automatically create parent
directories.  From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.

22 years ago*** empty log message ***
Gerd Moellmann [Tue, 4 Sep 2001 09:34:50 +0000 (09:34 +0000)]
*** empty log message ***

22 years ago(srcdir, texinputdir): New variables.
Gerd Moellmann [Tue, 4 Sep 2001 09:34:40 +0000 (09:34 +0000)]
(srcdir, texinputdir): New variables.
(srcs, index.texi, install): Use $(srcdir).
(.PHONY): Remove elisp.dvi.
(elisp): Use -I switch for makeinfo.
(elisp.dvi): Use $(srcdir) and $(texinputdir).
(installall, dist): Use $(srcdir).
Fix path to texinfo.tex.
(maintainer-clean): Add elisp.dvi and elisp.oaux.

22 years ago(backward-word): Doc fix.
Gerd Moellmann [Tue, 4 Sep 2001 08:37:35 +0000 (08:37 +0000)]
(backward-word): Doc fix.

22 years agoFix separators in the Edit menu. Bring "Fill" near "Text Properties".
Eli Zaretskii [Tue, 4 Sep 2001 08:10:29 +0000 (08:10 +0000)]
Fix separators in the Edit menu.  Bring "Fill" near "Text Properties".

22 years ago2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi [Tue, 4 Sep 2001 06:49:24 +0000 (06:49 +0000)]
2001-09-04  Andrew Choi  <akochoi@cse.cuhk.edu.hk>

* src/macterm.c (mac_to_x_fontname): Return name with
jisx0201.1976-0 encoding if a script code of -smJapanese is specified.
(x_font_name_to_mac_font_name): Also recognize the jisx0201.1976-0
encoding.
(init_font_name_table): Use a script code of -smJapanese instead
of smRoman for the second entry of a Japanese font.
(XLoadQueryFont): Recognize a font as having the smRoman script
code if its encoding is jisx0201.1976-0.

22 years ago2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi [Tue, 4 Sep 2001 06:19:12 +0000 (06:19 +0000)]
2001-09-04  Andrew Choi  <akochoi@cse.cuhk.edu.hk>

* src/macmenu.c (mac_menu_show): Use refcon of selected menu item.

22 years ago2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi [Tue, 4 Sep 2001 06:12:57 +0000 (06:12 +0000)]
2001-09-04  Andrew Choi  <akochoi@cse.cuhk.edu.hk>

* src/mac.c (sleep) [__MRC__]: Place loop around WaitNextEvent
to check time elapsed instead of use WaitNextEvent call as a delay.

22 years ago2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi [Tue, 4 Sep 2001 05:45:39 +0000 (05:45 +0000)]
2001-09-04  Andrew Choi  <akochoi@cse.cuhk.edu.hk>

* src/macterm.c (XTread_socket): Read all pending events in the
event queue instead of one.

22 years ago2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi [Tue, 4 Sep 2001 05:23:58 +0000 (05:23 +0000)]
2001-09-04  Andrew Choi  <akochoi@cse.cuhk.edu.hk>

* makefile.MPW: Generate etc/DOC file from .elc files instead of
.el files.

22 years ago2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi [Tue, 4 Sep 2001 05:00:04 +0000 (05:00 +0000)]
2001-09-04  Andrew Choi  <akochoi@cse.cuhk.edu.hk>

* src/mac.c (stat): Don't fail for aliases.
(sys_open) [__MRC__]: Set file creator and type for newly-created
files.

22 years ago2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi [Tue, 4 Sep 2001 03:43:23 +0000 (03:43 +0000)]
2001-09-04  Andrew Choi  <akochoi@cse.cuhk.edu.hk>

* term/mac-win.el (mac-drag-n-drop): Decode file name by
consulting the value of file-name-coding-system.

22 years ago*** empty log message ***
Stefan Monnier [Tue, 4 Sep 2001 01:06:53 +0000 (01:06 +0000)]
*** empty log message ***

22 years ago(describe-function-1): Save precomputed `file-name' rather
Stefan Monnier [Tue, 4 Sep 2001 01:06:43 +0000 (01:06 +0000)]
(describe-function-1): Save precomputed `file-name' rather
than recomputing it (incorrectly) with `symbol-file'.

22 years ago(handle_single_display_prop): Fix for int/Lisp_Object mixup.
Stefan Monnier [Tue, 4 Sep 2001 01:02:16 +0000 (01:02 +0000)]
(handle_single_display_prop): Fix for int/Lisp_Object mixup.

22 years ago*** empty log message ***
Stefan Monnier [Mon, 3 Sep 2001 23:33:57 +0000 (23:33 +0000)]
*** empty log message ***

22 years agoComment fix.
Gerd Moellmann [Mon, 3 Sep 2001 15:47:06 +0000 (15:47 +0000)]
Comment fix.

22 years ago(note_mouse_highlight) <help-echo>: When looking for
Gerd Moellmann [Mon, 3 Sep 2001 15:43:10 +0000 (15:43 +0000)]
(note_mouse_highlight) <help-echo>: When looking for
help-echo for a string which doesn't have help-echo itself, use
get-char-property to obtain the help-echo from the string's buffer
(note_mouse_highlight) <mouse-face>: When on a string that doesn't
have mouse-face, look for mouse-face ``under'' the string for
mouse-face from an overlay.
(fast_find_position): Add parameter STOP.  In the final row,
stop before glyphs having STOP as object.  Don't consider
glyphs that are not from a buffer.

22 years ago(gnus-local-domain): Undo change of 2001-07-02.
Gerd Moellmann [Mon, 3 Sep 2001 10:32:19 +0000 (10:32 +0000)]
(gnus-local-domain): Undo change of 2001-07-02.

22 years ago(isearch-exit-recursive-edit): Take
Gerd Moellmann [Mon, 3 Sep 2001 09:26:11 +0000 (09:26 +0000)]
(isearch-exit-recursive-edit): Take
three parameters, since it's used as an after-change-function.

22 years ago*** empty log message ***
Gerd Moellmann [Mon, 3 Sep 2001 08:21:22 +0000 (08:21 +0000)]
*** empty log message ***

22 years ago(glasses-convert-to-unreadable): Consider
Gerd Moellmann [Mon, 3 Sep 2001 08:20:54 +0000 (08:20 +0000)]
(glasses-convert-to-unreadable): Consider
underscores as in `glasses-make-readable'.

22 years ago(syms_of_buffer): Doc fix.
Gerd Moellmann [Mon, 3 Sep 2001 08:03:53 +0000 (08:03 +0000)]
(syms_of_buffer): Doc fix.

22 years ago(backquote-backquote-symbol)
Gerd Moellmann [Mon, 3 Sep 2001 07:56:39 +0000 (07:56 +0000)]
(backquote-backquote-symbol)
(backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
from doc strings.

22 years ago(c-macro-preprocessor): Use "gcc -E" for
Eli Zaretskii [Sun, 2 Sep 2001 17:29:14 +0000 (17:29 +0000)]
(c-macro-preprocessor): Use "gcc -E" for
MS-DOS, since cpp might not be available.

22 years agoFix the AUTHORS menu item. Suggested by Eric Hanchrow <offby1@blarg.net>.
Eli Zaretskii [Sun, 2 Sep 2001 16:30:20 +0000 (16:30 +0000)]
Fix the AUTHORS menu item.  Suggested by Eric Hanchrow <offby1@blarg.net>.

22 years ago(menu-bar-edit-menu) <yank-menu, yank>: Mention
Eli Zaretskii [Sun, 2 Sep 2001 13:19:33 +0000 (13:19 +0000)]
(menu-bar-edit-menu) <yank-menu, yank>: Mention
"yank" in the help-echo text.  Suggested by Pavel Janik <Pavel@Janik.cz>.

22 years ago(comment-indent): Don't insert a fixed number of spaces.
Stefan Monnier [Sat, 1 Sep 2001 21:23:17 +0000 (21:23 +0000)]
(comment-indent): Don't insert a fixed number of spaces.

22 years ago*** empty log message ***
Stefan Monnier [Sat, 1 Sep 2001 21:19:45 +0000 (21:19 +0000)]
*** empty log message ***

22 years ago(SEEK_END): #define if not defined by system headers.
Eli Zaretskii [Sat, 1 Sep 2001 18:22:38 +0000 (18:22 +0000)]
(SEEK_END): #define if not defined by system headers.
Suggested by Dave Love <d.love@dl.ac.uk>.

22 years agoMark (almost) all entries either --- or +++.
Eli Zaretskii [Sat, 1 Sep 2001 18:03:16 +0000 (18:03 +0000)]
Mark (almost) all entries either --- or +++.

22 years ago(Resources X): Document more attribute* face resources.
Eli Zaretskii [Sat, 1 Sep 2001 18:00:45 +0000 (18:00 +0000)]
(Resources X): Document more attribute* face resources.

22 years ago(Fmd5): Doc fix.
Eli Zaretskii [Sat, 1 Sep 2001 09:22:10 +0000 (09:22 +0000)]
(Fmd5): Doc fix.

22 years ago(nt): Link subdirs.el as well.
Eli Zaretskii [Sat, 1 Sep 2001 06:58:54 +0000 (06:58 +0000)]
(nt): Link subdirs.el as well.

22 years agoTell them to use CVS W3 if the patch doesn't help.
Eli Zaretskii [Sat, 1 Sep 2001 06:50:12 +0000 (06:50 +0000)]
Tell them to use CVS W3 if the patch doesn't help.

22 years ago(report-emacs-bug): Make sure *Messages*
Eli Zaretskii [Fri, 31 Aug 2001 18:00:54 +0000 (18:00 +0000)]
(report-emacs-bug): Make sure *Messages*
exists.  From Andy Petrusenco <andy@int.spb.ru>.

22 years agoDon't call x-popup-menu if display-popup-menus-p returns nil.
Eli Zaretskii [Fri, 31 Aug 2001 17:53:03 +0000 (17:53 +0000)]
Don't call x-popup-menu if display-popup-menus-p returns nil.

22 years ago(imap-mailbox-examine, imap-mailbox-examine-1): Fix a typo: `exmine' --> `examine'.
Sam Steingold [Fri, 31 Aug 2001 17:02:20 +0000 (17:02 +0000)]
(imap-mailbox-examine, imap-mailbox-examine-1): Fix a typo: `exmine' --> `examine'.

22 years ago(Imenu): Fix a typo.
Eli Zaretskii [Fri, 31 Aug 2001 15:10:14 +0000 (15:10 +0000)]
(Imenu): Fix a typo.

22 years agoFix two typos.
Eli Zaretskii [Fri, 31 Aug 2001 15:09:40 +0000 (15:09 +0000)]
Fix two typos.

22 years ago(Interactive Shell): Fix a typo.
Eli Zaretskii [Fri, 31 Aug 2001 15:07:20 +0000 (15:07 +0000)]
(Interactive Shell): Fix a typo.

22 years ago(Mouse Buttons): Document the different units of double-click-fuzz
Eli Zaretskii [Fri, 31 Aug 2001 15:04:56 +0000 (15:04 +0000)]
(Mouse Buttons): Document the different units of double-click-fuzz
on TTYs.

22 years agoIncrement version number.
Gerd Moellmann [Fri, 31 Aug 2001 11:46:11 +0000 (11:46 +0000)]
Increment version number.

22 years ago*** empty log message ***
Gerd Moellmann [Fri, 31 Aug 2001 11:23:06 +0000 (11:23 +0000)]
*** empty log message ***

22 years agoConvert EOLs to DOS format.
Eli Zaretskii [Fri, 31 Aug 2001 10:31:22 +0000 (10:31 +0000)]
Convert EOLs to DOS format.

22 years agoCopy subdirs.el to the installation directory.
Eli Zaretskii [Fri, 31 Aug 2001 10:28:49 +0000 (10:28 +0000)]
Copy subdirs.el to the installation directory.

22 years ago(install): Copy subdirs.el to the installation directory.
Eli Zaretskii [Fri, 31 Aug 2001 10:25:55 +0000 (10:25 +0000)]
(install): Copy subdirs.el to the installation directory.

22 years agoCopy subdirs.el to the site-lisp directory.
Eli Zaretskii [Fri, 31 Aug 2001 10:16:51 +0000 (10:16 +0000)]
Copy subdirs.el to the site-lisp directory.

22 years agoNew file.
Eli Zaretskii [Fri, 31 Aug 2001 10:15:47 +0000 (10:15 +0000)]
New file.

22 years ago*** empty log message ***
Gerd Moellmann [Fri, 31 Aug 2001 10:02:59 +0000 (10:02 +0000)]
*** empty log message ***

22 years agoCapitalize Transient Make.
Eli Zaretskii [Fri, 31 Aug 2001 10:01:47 +0000 (10:01 +0000)]
Capitalize Transient Make.

22 years ago*** empty log message ***
Gerd Moellmann [Fri, 31 Aug 2001 08:52:03 +0000 (08:52 +0000)]
*** empty log message ***

22 years ago(isearch-mouse-2): Renamed from isearch-mouse-yank.
Gerd Moellmann [Fri, 31 Aug 2001 08:51:39 +0000 (08:51 +0000)]
(isearch-mouse-2): Renamed from isearch-mouse-yank.
Instead of running mouse-yank-at-click, see what the event is
bound to outside Isearch and run that.

22 years ago(update_compositions): Do nothing if
Gerd Moellmann [Fri, 31 Aug 2001 08:03:43 +0000 (08:03 +0000)]
(update_compositions): Do nothing if
inhibit-modification-hooks is set.

22 years ago*** empty log message ***
Gerd Moellmann [Fri, 31 Aug 2001 07:44:38 +0000 (07:44 +0000)]
*** empty log message ***

22 years ago(menu-bar-options-menu) <transient-mark-mode>: Fix
Eli Zaretskii [Fri, 31 Aug 2001 07:33:26 +0000 (07:33 +0000)]
(menu-bar-options-menu) <transient-mark-mode>: Fix
the menu entry to mention transient-mark-mode.

22 years agoAdd entry for quick-install-emacs.
Miles Bader [Fri, 31 Aug 2001 01:44:53 +0000 (01:44 +0000)]
Add entry for quick-install-emacs.

22 years agoInitial checkin.
Miles Bader [Fri, 31 Aug 2001 01:44:14 +0000 (01:44 +0000)]
Initial checkin.

22 years ago(eval-expression-print-level): Fix last change.
Gerd Moellmann [Thu, 30 Aug 2001 15:32:56 +0000 (15:32 +0000)]
(eval-expression-print-level): Fix last change.

22 years ago(mode-line-coding-system-map): New variable.
Gerd Moellmann [Thu, 30 Aug 2001 14:19:34 +0000 (14:19 +0000)]
(mode-line-coding-system-map): New variable.
(mode-line-mule-info): Give the "%Z" a local-map keymap.

22 years ago(shut_down_emacs): Fix last change.
Gerd Moellmann [Thu, 30 Aug 2001 13:36:24 +0000 (13:36 +0000)]
(shut_down_emacs): Fix last change.

22 years ago(shut_down_emacs): Don't call check_glyph_memory
Gerd Moellmann [Thu, 30 Aug 2001 13:35:28 +0000 (13:35 +0000)]
(shut_down_emacs): Don't call check_glyph_memory
and check_message_stack if temrinating normally.  We want
glyph matrices etc. in a core dump.

22 years ago*** empty log message ***
Gerd Moellmann [Thu, 30 Aug 2001 12:15:09 +0000 (12:15 +0000)]
*** empty log message ***

22 years ago(Qbuffer_position, Qposition, Qobject): New variables.
Gerd Moellmann [Thu, 30 Aug 2001 12:14:48 +0000 (12:14 +0000)]
(Qbuffer_position, Qposition, Qobject): New variables.
(syms_of_xdisp): Initialize them.
(handle_single_display_prop): Don't change point, bind `object',
`position', and `buffer-position' instead to the object having the
`display' property, position in the object and position in the
buffer.

22 years agoConditional Display): Adjust to API change.
Gerd Moellmann [Thu, 30 Aug 2001 12:13:54 +0000 (12:13 +0000)]
Conditional Display): Adjust to API change.

22 years agoChange conditional display property API description.
Gerd Moellmann [Thu, 30 Aug 2001 12:12:17 +0000 (12:12 +0000)]
Change conditional display property API description.

22 years ago*** empty log message ***
Gerd Moellmann [Thu, 30 Aug 2001 12:04:56 +0000 (12:04 +0000)]
*** empty log message ***

22 years ago(eval-expression-print-level): Change the type
Gerd Moellmann [Thu, 30 Aug 2001 11:20:45 +0000 (11:20 +0000)]
(eval-expression-print-level): Change the type
of the defcustom to allow nil.

22 years ago*** empty log message ***
Gerd Moellmann [Thu, 30 Aug 2001 10:54:51 +0000 (10:54 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Gerd Moellmann [Thu, 30 Aug 2001 09:20:39 +0000 (09:20 +0000)]
*** empty log message ***

22 years agoMoved to emacs-lisp/.
Gerd Moellmann [Thu, 30 Aug 2001 09:20:00 +0000 (09:20 +0000)]
Moved to emacs-lisp/.

22 years ago(quail-completion-1): Reverse
Gerd Moellmann [Thu, 30 Aug 2001 09:02:42 +0000 (09:02 +0000)]
(quail-completion-1): Reverse
the ((CHAR . DEFN) ...) list before processing it.
From Kenichi Handa <handa@etl.go.jp>.

22 years ago(Finsert_file_contents): Don't change the multibyteness
Gerd Moellmann [Thu, 30 Aug 2001 08:24:22 +0000 (08:24 +0000)]
(Finsert_file_contents): Don't change the multibyteness
of the buffer if REPLACE is non-nil.

22 years ago*** empty log message ***
Gerd Moellmann [Thu, 30 Aug 2001 07:36:15 +0000 (07:36 +0000)]
*** empty log message ***

22 years agoMoved to obsolete/.
Gerd Moellmann [Thu, 30 Aug 2001 07:34:39 +0000 (07:34 +0000)]
Moved to obsolete/.

22 years ago(tool-bar-mode): Make it a no-op if images
Eli Zaretskii [Thu, 30 Aug 2001 06:52:19 +0000 (06:52 +0000)]
(tool-bar-mode): Make it a no-op if images
aren't supported.  This avoids the annoying grey strip drawn by
the Windows version instead of the missing tool bar.

22 years ago(menu-bar-options-menu): Make option text, messages
Gerd Moellmann [Wed, 29 Aug 2001 15:15:41 +0000 (15:15 +0000)]
(menu-bar-options-menu): Make option text, messages
and tooltips more consistent.  From "Marshall, Simon"
<Simon.Marshall@midas-kapiti.com>.

22 years agoAdd Keywords header.
Gerd Moellmann [Wed, 29 Aug 2001 15:02:01 +0000 (15:02 +0000)]
Add Keywords header.

22 years agoAdd keyword files to get listed in finder.
Gerd Moellmann [Wed, 29 Aug 2001 15:00:34 +0000 (15:00 +0000)]
Add keyword files to get listed in finder.
Remove confusing notes about GNU Emacs 19.

22 years agoAdd Keywords header.
Gerd Moellmann [Wed, 29 Aug 2001 14:53:53 +0000 (14:53 +0000)]
Add Keywords header.
Doc fix (C-x C-b is bound to list-buffers).

22 years agoadd scripts for creating precompiled Windows distributions
Andrew Innes [Wed, 29 Aug 2001 13:58:01 +0000 (13:58 +0000)]
add scripts for creating precompiled Windows distributions

22 years ago(lisp): Synchronize with src/Makefile.in.
Eli Zaretskii [Wed, 29 Aug 2001 13:06:42 +0000 (13:06 +0000)]
(lisp): Synchronize with src/Makefile.in.

22 years ago(Finsert_file_contents): Undo change of 2001-08-27.
Gerd Moellmann [Wed, 29 Aug 2001 10:32:11 +0000 (10:32 +0000)]
(Finsert_file_contents): Undo change of 2001-08-27.

22 years ago(fancy-splash-screens): Temporarily set
Gerd Moellmann [Wed, 29 Aug 2001 09:31:50 +0000 (09:31 +0000)]
(fancy-splash-screens): Temporarily set
minor-mode-map-alist to nil while displaying splash screens.

22 years ago#
André Spiegel [Tue, 28 Aug 2001 17:12:58 +0000 (17:12 +0000)]
#