bpt/emacs.git
20 years ago(xmalloc): Fix return type.
Stefan Monnier [Wed, 7 Apr 2004 19:18:42 +0000 (19:18 +0000)]
(xmalloc): Fix return type.
(put_filename): New fun.
(scan_file): Use it.

20 years ago(Fsnarf_documentation): Ignore new file name entries.
Stefan Monnier [Wed, 7 Apr 2004 19:17:36 +0000 (19:17 +0000)]
(Fsnarf_documentation): Ignore new file name entries.

20 years agoFix caml (Python) & irix (Info)
Daniel Pfeiffer [Wed, 7 Apr 2004 12:57:55 +0000 (12:57 +0000)]
Fix caml (Python) & irix (Info)

20 years ago(compilation-warning-face, compilation-info-face, compilation-skip-threshold)
Daniel Pfeiffer [Wed, 7 Apr 2004 12:57:04 +0000 (12:57 +0000)]
(compilation-warning-face, compilation-info-face, compilation-skip-threshold)
(compilation-skip-visited, compilation-context-lines): Declare :version when added to Emacs.
(compilation-error-regexp-alist-alist): Extend caml and irix.
(compilation-setup): Fix if font-locked w/o font-lock-defaults.
(compilation-mode-font-lock-keywords): Temporarily undo line as function patch, which wasn't ready.

20 years ago(latin1-display-setup): Check each character is displayable or not
Kenichi Handa [Wed, 7 Apr 2004 07:38:13 +0000 (07:38 +0000)]
(latin1-display-setup): Check each character is displayable or not
instead of calling latin1-display-check-font.

20 years agoprinting doc fix.
Vinicius Jose Latorre [Tue, 6 Apr 2004 02:58:04 +0000 (02:58 +0000)]
printing doc fix.

20 years ago(ethio-sera-being-called-by-w3): New
Kenichi Handa [Mon, 5 Apr 2004 23:30:44 +0000 (23:30 +0000)]
(ethio-sera-being-called-by-w3): New
variable.
(ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
instead of sera-being-called-by-w3.
(ethio-fidel-to-sera-buffer): Likewise.
(ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
instead of sera-being-called-by-w3.
(ethio-write-file): Likewise.

20 years ago*** empty log message ***
Kim F. Storm [Mon, 5 Apr 2004 22:03:26 +0000 (22:03 +0000)]
*** empty log message ***

20 years agoTypo.
Kim F. Storm [Mon, 5 Apr 2004 21:56:59 +0000 (21:56 +0000)]
Typo.

20 years ago(handle_one_xevent): Set mouse_face_hidden after clearing highlight.
Kim F. Storm [Mon, 5 Apr 2004 21:55:16 +0000 (21:55 +0000)]
(handle_one_xevent): Set mouse_face_hidden after clearing highlight.

20 years ago(clear_mouse_face): Only clear mouse highlight if not hidden.
Kim F. Storm [Mon, 5 Apr 2004 21:54:43 +0000 (21:54 +0000)]
(clear_mouse_face): Only clear mouse highlight if not hidden.

20 years ago(w32_read_socket): Set mouse_face_hidden after clearing highlight.
Kim F. Storm [Mon, 5 Apr 2004 21:54:17 +0000 (21:54 +0000)]
(w32_read_socket): Set mouse_face_hidden after clearing highlight.

20 years ago(clear_mouse_face): Only clear mouse highlight if not hidden.
Kim F. Storm [Mon, 5 Apr 2004 21:54:02 +0000 (21:54 +0000)]
(clear_mouse_face): Only clear mouse highlight if not hidden.
(dos_rawgetc): Set mouse_face_hidden after clearing highlight.

20 years ago(gdb-use-inferior-io-buffer): New option.
Nick Roberts [Mon, 5 Apr 2004 21:45:28 +0000 (21:45 +0000)]
(gdb-use-inferior-io-buffer): New option.
(gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
(gdb-setup-windows): Only use separate IO buffer if required.

20 years ago*** empty log message ***
Nick Roberts [Mon, 5 Apr 2004 21:44:38 +0000 (21:44 +0000)]
*** empty log message ***

20 years ago(vmotion): Do not reserve one column for continuation
Kim F. Storm [Mon, 5 Apr 2004 21:41:08 +0000 (21:41 +0000)]
(vmotion): Do not reserve one column for continuation
marks on window frames.

20 years ago*** empty log message ***
Kim F. Storm [Mon, 5 Apr 2004 21:40:02 +0000 (21:40 +0000)]
*** empty log message ***

20 years ago(term-is-xemacs): Remove.
Kim F. Storm [Mon, 5 Apr 2004 21:34:05 +0000 (21:34 +0000)]
(term-is-xemacs): Remove.
(term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
(term-window-width): New function.
(term-mode, term-check-size): Use it.
(term-mode): Disable overflow-newline-into-fringe in term buffer.

20 years ago* variables.texi (Variable Aliases): Mention
Jesper Harder [Mon, 5 Apr 2004 20:35:58 +0000 (20:35 +0000)]
* variables.texi (Variable Aliases): Mention
cyclic-variable-indirection.

* errors.texi (Standard Errors): Ditto.

20 years ago(File Variables): Add safe-local-eval-forms.
Kim F. Storm [Mon, 5 Apr 2004 19:27:23 +0000 (19:27 +0000)]
(File Variables): Add safe-local-eval-forms.

20 years ago*** empty log message ***
Kim F. Storm [Mon, 5 Apr 2004 19:26:57 +0000 (19:26 +0000)]
*** empty log message ***

20 years ago2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Mon, 5 Apr 2004 17:21:09 +0000 (17:21 +0000)]
2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>

* cus-edit.el (custom-add-parent-links): Changed unbound variable
`symbol' to `name'.

20 years ago(Info Search): Add info-apropos.
Jesper Harder [Mon, 5 Apr 2004 13:14:16 +0000 (13:14 +0000)]
(Info Search): Add info-apropos.

20 years agoRemove index-apropos entry.
Jesper Harder [Mon, 5 Apr 2004 13:01:03 +0000 (13:01 +0000)]
Remove index-apropos entry.

20 years ago(info-apropos): New function.
Jesper Harder [Mon, 5 Apr 2004 12:40:56 +0000 (12:40 +0000)]
(info-apropos): New function.
(Info-mode-menu): Add it.
(Info-find-node, Info-find-node-2): Grok apropos virtual file.

20 years ago(help-make-xrefs): Recognize aliased variable with
Jesper Harder [Mon, 5 Apr 2004 12:09:53 +0000 (12:09 +0000)]
(help-make-xrefs): Recognize aliased variable with
inherited docstring.

20 years ago(gamegrid-add-score-insecure): Use sort-fields.
Jesper Harder [Mon, 5 Apr 2004 11:57:14 +0000 (11:57 +0000)]
(gamegrid-add-score-insecure): Use sort-fields.

20 years ago*** empty log message ***
Luc Teirlinck [Mon, 5 Apr 2004 02:09:28 +0000 (02:09 +0000)]
*** empty log message ***

20 years agoebnf2ps 4.2
Vinicius Jose Latorre [Mon, 5 Apr 2004 02:00:42 +0000 (02:00 +0000)]
ebnf2ps 4.2

20 years agoChanges from arch/CVS synchronization
Miles Bader [Mon, 5 Apr 2004 01:58:47 +0000 (01:58 +0000)]
Changes from arch/CVS synchronization

20 years agoParser for DTD (Data Type Definition for XML).
Vinicius Jose Latorre [Mon, 5 Apr 2004 01:48:53 +0000 (01:48 +0000)]
Parser for DTD (Data Type Definition for XML).

20 years agoVarious small changes in addition to:
Luc Teirlinck [Mon, 5 Apr 2004 01:28:57 +0000 (01:28 +0000)]
Various small changes in addition to:
(Making Backups): Mention return value of `backup-buffer'.
(Auto-Saving): Mention optional FORCE argument to
`delete-auto-save-file-if-necessary'.
(Reverting): Mention optional PRESERVE-MODES argument to `revert-buffer'.
Correct description of `revert-buffer-function'.

20 years ago(auto-revert-handler): If point (or a window point) is at the end of
Luc Teirlinck [Mon, 5 Apr 2004 01:09:37 +0000 (01:09 +0000)]
(auto-revert-handler): If point (or a window point) is at the end of
the buffer, keep it there after reverting.  This allows to tail a file.
Mention this in the `Commentary'.

20 years ago(format-write-file): Add optional argument CONFIRM and make it behave
Luc Teirlinck [Mon, 5 Apr 2004 00:52:10 +0000 (00:52 +0000)]
(format-write-file): Add optional argument CONFIRM and make it behave
like the analogous argument to `write-file'.

20 years agoRemove my incorrect email address.
Eli Zaretskii [Sun, 4 Apr 2004 21:45:39 +0000 (21:45 +0000)]
Remove my incorrect email address.

20 years agoUpdate my email address.
Eli Zaretskii [Sun, 4 Apr 2004 21:38:56 +0000 (21:38 +0000)]
Update my email address.

20 years ago*** empty log message ***
Eli Zaretskii [Sun, 4 Apr 2004 21:32:05 +0000 (21:32 +0000)]
*** empty log message ***

20 years ago(timeclock-relative)
Eli Zaretskii [Sun, 4 Apr 2004 21:30:49 +0000 (21:30 +0000)]
(timeclock-relative)
(timeclock-get-project-function, timeclock-get-workday-function)
(timeclock-query-out, timeclock-when-to-leave)
(timeclock-when-to-leave-string, timeclock-log-data)
(timeclock-generate-report, timeclock-in): Doc fixes.

20 years ago(SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings from GCC.
Eli Zaretskii [Sun, 4 Apr 2004 21:00:49 +0000 (21:00 +0000)]
(SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings from GCC.

20 years ago(lib-src): Recognize comment lines in Makefile.in
Eli Zaretskii [Sun, 4 Apr 2004 20:53:04 +0000 (20:53 +0000)]
(lib-src): Recognize comment lines in Makefile.in
that have a TAB after the #, to avoid errors in preprocessing
with GCC 3.3.3.

20 years ago(fill-comment-paragraph): Obey indent-tabs-mode.
Stefan Monnier [Sun, 4 Apr 2004 20:18:44 +0000 (20:18 +0000)]
(fill-comment-paragraph): Obey indent-tabs-mode.

20 years ago(font-lock): Don't require any more.
Stefan Monnier [Sun, 4 Apr 2004 12:56:01 +0000 (12:56 +0000)]
(font-lock): Don't require any more.
(compilation-error-properties, compilation-start, compilation-sentinel)
(compilation-filter, next-error): Use with-current-buffer.
(compilation-skip-to-next-location, compilation-skip-threshold)
(compilation-skip-visited): Move to silence the byte-compiler.
(compilation-setup): Simplify.
(compilation-next-error): Use line-(beginning|end)-position.
Make sure `pt' is non-nil before using compilation-loop.
(compile-goto-error): Add optional event arg.  Use it.
(compile-mouse-goto-error): Make it an alias of compile-goto-error.
(compilation-minor-mode-map, compilation-shell-minor-mode-map):
Update the binding for mouse-2.
(first-error): Set compilation-current-error to nil rather than bob.
(compilation-parsing-end, compilation-parse-errors-function)
(compilation-error-list, compilation-old-error-list):
"New" compatibility variables.
(compile-buffer-substring, compilation-compat-error-properties)
(compilation-compat-parse-errors, compilation-forget-errors):
New compatibility functions.
(compilation-mode-font-lock-keywords): Use them.

20 years agoResolve CVS conflicts
Miles Bader [Sun, 4 Apr 2004 04:44:10 +0000 (04:44 +0000)]
Resolve CVS conflicts

20 years agoDon't require url-auto.
Stefan Monnier [Sun, 4 Apr 2004 03:10:58 +0000 (03:10 +0000)]
Don't require url-auto.

20 years ago*** empty log message ***
Luc Teirlinck [Sun, 4 Apr 2004 02:01:19 +0000 (02:01 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Stefan Monnier [Sun, 4 Apr 2004 01:27:13 +0000 (01:27 +0000)]
*** empty log message ***

20 years agoInitial revision
Stefan Monnier [Sun, 4 Apr 2004 01:21:46 +0000 (01:21 +0000)]
Initial revision

20 years ago(diff-mode): Fix missing quote.
Andreas Schwab [Sat, 3 Apr 2004 20:02:16 +0000 (20:02 +0000)]
(diff-mode): Fix missing quote.

20 years agoUseless now that .gdbinit works with USE_LISP_UNION as well.
Stefan Monnier [Sat, 3 Apr 2004 05:36:26 +0000 (05:36 +0000)]
Useless now that .gdbinit works with USE_LISP_UNION as well.

20 years agoMake it work for USE_LSB_TAG and !NO_LISP_UNION.
Stefan Monnier [Sat, 3 Apr 2004 05:34:11 +0000 (05:34 +0000)]
Make it work for USE_LSB_TAG and !NO_LISP_UNION.
(xgetptr, xgetint, xgettype): New funs.  Use them everywhere.
($nonvalbits): Remove.
($valmask): Set it by calling xreload to avoid redundancy.

20 years ago(gdb_use_union, gdb_use_lsb): New vars.
Stefan Monnier [Sat, 3 Apr 2004 05:31:24 +0000 (05:31 +0000)]
(gdb_use_union, gdb_use_lsb): New vars.
(gdb_emacs_intbits): Remove.

20 years ago*** empty log message ***
Juri Linkov [Sat, 3 Apr 2004 04:42:43 +0000 (04:42 +0000)]
*** empty log message ***

20 years agoAdd Javanese.
Juri Linkov [Sat, 3 Apr 2004 04:41:21 +0000 (04:41 +0000)]
Add Javanese.

20 years ago(describe-property-list): Add `font-lock-face'.
Juri Linkov [Sat, 3 Apr 2004 04:19:53 +0000 (04:19 +0000)]
(describe-property-list): Add `font-lock-face'.

20 years ago(dired-font-lock-keywords): Fix permission regexps.
Juri Linkov [Sat, 3 Apr 2004 04:19:13 +0000 (04:19 +0000)]
(dired-font-lock-keywords): Fix permission regexps.

20 years ago(Reverting): Correct description of revert-buffer's handling of point.
Luc Teirlinck [Sat, 3 Apr 2004 03:54:15 +0000 (03:54 +0000)]
(Reverting): Correct description of revert-buffer's handling of point.

20 years ago* x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text): Use
Jan Djärv [Fri, 2 Apr 2004 17:29:52 +0000 (17:29 +0000)]
* x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text): Use
  utf-16le on little endian machines and utf-16be otherwise.

20 years ago(browse-url-generic): Use call-process
David Kastrup [Fri, 2 Apr 2004 14:33:08 +0000 (14:33 +0000)]
(browse-url-generic): Use call-process
instead of start-process to allow browsers that fork and detach.

20 years ago*** empty log message ***
David Kastrup [Fri, 2 Apr 2004 14:32:48 +0000 (14:32 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Stefan Monnier [Fri, 2 Apr 2004 07:53:11 +0000 (07:53 +0000)]
*** empty log message ***

20 years agomessage deletion note added to M-x compile
Daniel Pfeiffer [Thu, 1 Apr 2004 10:48:40 +0000 (10:48 +0000)]
message deletion note added to M-x compile

20 years agoC-x ` fixes
Daniel Pfeiffer [Thu, 1 Apr 2004 10:42:04 +0000 (10:42 +0000)]
C-x ` fixes

20 years agoVar initialization fix.
Vinicius Jose Latorre [Thu, 1 Apr 2004 02:29:00 +0000 (02:29 +0000)]
Var initialization fix.

20 years ago*** empty log message ***
Luc Teirlinck [Thu, 1 Apr 2004 02:14:01 +0000 (02:14 +0000)]
*** empty log message ***

20 years agoMention in comment that `make maintainer-clean' deletes .elc files.
Luc Teirlinck [Thu, 1 Apr 2004 02:12:09 +0000 (02:12 +0000)]
Mention in comment that `make maintainer-clean' deletes .elc files.

20 years agoDelete obsolete autoload's and defvar's.
Luc Teirlinck [Thu, 1 Apr 2004 01:37:03 +0000 (01:37 +0000)]
Delete obsolete autoload's and defvar's.
(auto-revert-check-vc-info): New variable.
(auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
(auto-revert-handler-vc): Delete.
(auto-revert-handler): Treat return value `fast' of
buffer-stale-function specially.  Check `auto-revert-check-vc-info'.

20 years ago(Buffer-menu-mode): Make the buffer-stale-function return `fast'.
Luc Teirlinck [Thu, 1 Apr 2004 01:23:36 +0000 (01:23 +0000)]
(Buffer-menu-mode): Make the buffer-stale-function return `fast'.

20 years ago(buffer-stale-function): Doc change.
Luc Teirlinck [Thu, 1 Apr 2004 01:20:20 +0000 (01:20 +0000)]
(buffer-stale-function): Doc change.

20 years ago(gdb-view-source-function, gdb-view-assembler)
Nick Roberts [Wed, 31 Mar 2004 23:47:22 +0000 (23:47 +0000)]
(gdb-view-source-function, gdb-view-assembler)
(gdb-source-info): Don't display source at startup, if required.
(gdb-show-main): New option.
(gdba): Update documentation.
(gdb-source): Cover case of auto-display output.

20 years agoResolve CVS conflicts
Miles Bader [Wed, 31 Mar 2004 23:46:42 +0000 (23:46 +0000)]
Resolve CVS conflicts

20 years ago*** empty log message ***
Nick Roberts [Wed, 31 Mar 2004 23:46:23 +0000 (23:46 +0000)]
*** empty log message ***

20 years ago(dired-do-touch): New fun.
Juri Linkov [Wed, 31 Mar 2004 16:33:00 +0000 (16:33 +0000)]
(dired-do-touch): New fun.
(dired-do-chxxx): Add argument -t for touch operation.

20 years agoAdd autoload for `dired-do-touch'.
Juri Linkov [Wed, 31 Mar 2004 16:29:46 +0000 (16:29 +0000)]
Add autoload for `dired-do-touch'.
(dired-touch-program): New var.
(dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
(dired-no-confirm): Add `touch' to docstring.

20 years ago(dired-mark-sexp): Replace hard-coded month names with `dired-move-to-filename-regexp'.
Juri Linkov [Wed, 31 Mar 2004 16:09:18 +0000 (16:09 +0000)]
(dired-mark-sexp): Replace hard-coded month names with `dired-move-to-filename-regexp'.

20 years ago(dired-move-to-filename-regexp): Add . to HH:MM.
Juri Linkov [Wed, 31 Mar 2004 16:06:43 +0000 (16:06 +0000)]
(dired-move-to-filename-regexp): Add . to HH:MM.

20 years agodata.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.
Jan Djärv [Wed, 31 Mar 2004 12:42:43 +0000 (12:42 +0000)]
data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.

20 years agoWrite a buffer if and only if the buffer was modified.
Vinicius Jose Latorre [Wed, 31 Mar 2004 01:33:26 +0000 (01:33 +0000)]
Write a buffer if and only if the buffer was modified.

20 years agoDelete pairs for U+2308..U+230B.
Kenichi Handa [Tue, 30 Mar 2004 08:07:41 +0000 (08:07 +0000)]
Delete pairs for U+2308..U+230B.

20 years ago(Fformat): Fix initialization of the array info.
Kenichi Handa [Tue, 30 Mar 2004 06:16:29 +0000 (06:16 +0000)]
(Fformat): Fix initialization of the array info.

20 years agoDoc fix.
Vinicius Jose Latorre [Tue, 30 Mar 2004 03:12:27 +0000 (03:12 +0000)]
Doc fix.

20 years agoClip the header and footer area.
Vinicius Jose Latorre [Tue, 30 Mar 2004 03:08:48 +0000 (03:08 +0000)]
Clip the header and footer area.

20 years agoAdd x-mouse-click-focus-ignore-position.
Kim F. Storm [Mon, 29 Mar 2004 23:00:22 +0000 (23:00 +0000)]
Add x-mouse-click-focus-ignore-position.

20 years ago(x_initialize): Initialize ignore_next_mouse_click_timeout.
Kim F. Storm [Mon, 29 Mar 2004 22:53:14 +0000 (22:53 +0000)]
(x_initialize): Initialize ignore_next_mouse_click_timeout.

20 years ago(x_mouse_click_focus_ignore_position): New var.
Kim F. Storm [Mon, 29 Mar 2004 22:49:15 +0000 (22:49 +0000)]
(x_mouse_click_focus_ignore_position): New var.
(syms_of_xterm): DEFVAR_BOOL it.
(ignore_next_mouse_click_timeout): New var.
(handle_one_xevent): Clear it on KeyPress, set it on EnterNotify.
Use it to filter mouse clicks following focus event.

20 years ago*** empty log message ***
Kim F. Storm [Mon, 29 Mar 2004 22:37:09 +0000 (22:37 +0000)]
*** empty log message ***

20 years agoreformulated compile announcement
Daniel Pfeiffer [Mon, 29 Mar 2004 19:54:16 +0000 (19:54 +0000)]
reformulated compile announcement

20 years ago(gud-gdb-marker-filter): Include "\n" in regexp
Nick Roberts [Mon, 29 Mar 2004 19:24:11 +0000 (19:24 +0000)]
(gud-gdb-marker-filter): Include "\n" in regexp
to detect the beginning of a level 2 or 3 annotation.

20 years ago*** empty log message ***
Nick Roberts [Mon, 29 Mar 2004 19:23:30 +0000 (19:23 +0000)]
*** empty log message ***

20 years agoTODO: Removed drag-and-drop entry (DONE).
Jan Djärv [Mon, 29 Mar 2004 15:34:56 +0000 (15:34 +0000)]
TODO: Removed drag-and-drop entry (DONE).

20 years ago(ucs-insert): Fix the error message.
Kenichi Handa [Mon, 29 Mar 2004 12:05:50 +0000 (12:05 +0000)]
(ucs-insert): Fix the error message.

20 years ago(Fcall_interactively): Fix last change.
Kim F. Storm [Mon, 29 Mar 2004 11:45:11 +0000 (11:45 +0000)]
(Fcall_interactively): Fix last change.
From David Ponce  <david@dponce.com>

20 years ago*** empty log message ***
Kim F. Storm [Mon, 29 Mar 2004 11:44:36 +0000 (11:44 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Kenichi Handa [Mon, 29 Mar 2004 03:51:41 +0000 (03:51 +0000)]
*** empty log message ***

20 years ago(char-displayable-p): Fix generation of XLFD file name.
Kenichi Handa [Mon, 29 Mar 2004 03:41:39 +0000 (03:41 +0000)]
(char-displayable-p): Fix generation of XLFD file name.

20 years agoprinting 6.7.3.
Vinicius Jose Latorre [Mon, 29 Mar 2004 02:58:56 +0000 (02:58 +0000)]
printing 6.7.3.

20 years agoNew version 6.7.3.
Vinicius Jose Latorre [Mon, 29 Mar 2004 02:51:59 +0000 (02:51 +0000)]
New version 6.7.3.

20 years ago*** empty log message ***
Luc Teirlinck [Mon, 29 Mar 2004 02:46:53 +0000 (02:46 +0000)]
*** empty log message ***

20 years ago(setwins, setwins_almost): Change directory to $wd
Kenichi Handa [Mon, 29 Mar 2004 02:25:50 +0000 (02:25 +0000)]
(setwins, setwins_almost): Change directory to $wd
before finding directories by `find'.

20 years ago*** empty log message ***
Stefan Monnier [Mon, 29 Mar 2004 00:53:28 +0000 (00:53 +0000)]
*** empty log message ***

20 years ago(Fcommandp): Simplify.
Stefan Monnier [Mon, 29 Mar 2004 00:51:43 +0000 (00:51 +0000)]
(Fcommandp): Simplify.