Luc Teirlinck
0e91dc923a
(event-modifiers, event-basic-type): Doc fixes.
2004-07-31 15:45:30 +00:00
Luc Teirlinck
7a4d608f41
(enable-command, disable-command): Doc fixes.
2004-07-31 15:43:26 +00:00
Richard M. Stallman
53a7160c92
(with-local-quit): Doc fix.
2004-07-31 03:42:27 +00:00
Luc Teirlinck
4bcce19cc1
(utf-translate-cjk-mode): Doc fix.
2004-07-31 03:31:28 +00:00
Luc Teirlinck
ee945d0839
*** empty log message ***
2004-07-29 01:49:07 +00:00
Luc Teirlinck
19229e5e7d
(defcustom): Doc fix.
2004-07-29 01:47:01 +00:00
Masatake YAMATO
31f98a937c
(etags-tags-apropos): Show building progress.
2004-07-28 09:05:23 +00:00
Stefan Monnier
f9c0bc2e73
(font-lock-keywords): Docstring improvement.
2004-07-27 18:45:41 +00:00
Vinicius Jose Latorre
47a97a6db3
Tiny change.
2004-07-27 02:10:51 +00:00
Stefan Monnier
38357a23f4
(imenu-prev-index-position-function)
...
(imenu-extract-index-name-function, imenu-name-lookup-function)
(imenu--index-alist): Docstring redundancy fix.
2004-07-26 21:16:08 +00:00
Lars Hansen
e0db2366e7
(wdired-finish-edit): Require dired-aux before locally binding dired-backup-overwrite.
2004-07-25 19:55:21 +00:00
John Paul Wallington
a3111ae4d8
(butlast, event-modifiers, event-basic-type): Doc fixes.
2004-07-25 05:45:53 +00:00
Luc Teirlinck
b96b979c74
(tty-color-approximate): Doc fix.
2004-07-24 21:58:34 +00:00
Luc Teirlinck
15a24762a4
(x-get-selection, x-set-selection): Doc fixes.
2004-07-24 21:53:10 +00:00
Richard M. Stallman
7630911d61
*** empty log message ***
2004-07-24 21:46:27 +00:00
Luc Teirlinck
8de9d3f631
(make-frame): Doc fix.
2004-07-24 21:45:28 +00:00
Richard M. Stallman
2da347886f
Update author email address.
2004-07-24 21:35:56 +00:00
Richard M. Stallman
ae1a6952de
(rmail-mime-charset-pattern): Don't include semicolon in the charset value.
2004-07-24 21:35:32 +00:00
Richard M. Stallman
f22a74063c
(occur-next-error): Call set-window-point.
...
(occur-engine): Handle negative NLINES.
2004-07-24 21:34:47 +00:00
Luc Teirlinck
38f442c625
Add 2004 Copyright.
2004-07-24 15:40:09 +00:00
Ben Key
d5ef6196df
Removed the various "echo." lines from lisp\makefile.w32-in and nt\makefile.w32-in.
...
They caused mingw32-make.exe bootstrap to fail with the following error if cmd.exe
was being used as the shell:
"process_begin: CreateProcess((null), echo., ...) failed."
I replaced the "@echo." lines in nt\makefile.w32-in with "@echo ." This writes a .
to the screen but that is far more desirable than make bootstrap failing.
I replaced the "echo. ..." line in lisp\makefile.w32-in with "echo ;;; ...". This
writes an extra comment line to loaddefs.el. Again this is far more desirable than
make bootstrap failing.
NOTE: I am using cmd.exe as my shell when building Emacs with MinGW instead of
the sh.exe that comes with msys because when I use sh.exe as my shell, loaddefs.el
does not get properly generated and I get various auto load errors.
2004-07-24 04:52:27 +00:00
Luc Teirlinck
833a249e8a
*** empty log message ***
2004-07-23 12:27:18 +00:00
Luc Teirlinck
d398de43be
(modify-all-frames-parameters): Minor doc fix.
...
(set-frame-configuration): Doc fix.
2004-07-23 12:20:22 +00:00
Eli Zaretskii
55c4a67ca8
(completion-setup-function): Compute the common parts
...
and the first difference place correctly when
partial-completion-mode is on.
2004-07-23 11:53:07 +00:00
Vinicius Jose Latorre
9586e1d3a4
Improve DSC compliance.
2004-07-23 01:16:06 +00:00
Kim F. Storm
e008a4e588
Fix comments.
2004-07-22 14:26:26 +00:00
Kim F. Storm
8b66e34f8c
*** empty log message ***
2004-07-22 14:26:06 +00:00
Vinicius Jose Latorre
553d333400
Doc fix.
2004-07-21 05:06:49 +00:00
Luc Teirlinck
bf294e2fbd
(modify-all-frames-parameters): Minor doc fix.
2004-07-21 02:34:07 +00:00
Richard M. Stallman
1637ed8767
(fill-comment-paragraph): Handle indent-tabs-mode.
...
(fill-delete-newlines): Call sentence-end as function.
(fill-nobreak-p, canonically-space-region): Likewise.
(fill-nobreak-p): If this break point is at the end of the line,
don't consider the newline which follows as a reason to return t.
2004-07-20 20:51:26 +00:00
John Paul Wallington
9375be0117
(dired-file-set-difference): Don't use `caddr'.
2004-07-19 12:34:02 +00:00
Luc Teirlinck
c60b302c22
*** empty log message ***
2004-07-18 14:30:25 +00:00
Luc Teirlinck
769d9ed66f
(dired-do-kill-lines): Expand docstring.
...
Delete irrelevant code.
2004-07-18 13:48:06 +00:00
Kai Großjohann
cdfa3eccb1
(tramp-handle-verify-visited-file-modtime): New
...
docstring. From Luc Teirlinck.
2004-07-17 21:33:32 +00:00
Luc Teirlinck
2d67776657
Describe Auto Revert Tail Mode' in Commentary' section.
...
(auto-revert-handler): Do not check `auto-revert-tail-mode' for
non-file buffers. We know it is nil.
2004-07-17 20:55:57 +00:00
Kai Großjohann
07dfe73898
Sync with Tramp 2.0.43.
...
(tramp-handle-verify-visited-file-modtime): Remove
outdated comment.
(tramp-locked, tramp-locker): New variables for implementing a
global lock.
(tramp-sh-file-name-handler): Use them to implement the global
lock.
2004-07-17 17:28:43 +00:00
Jonathan Yavner
3e39672fd3
Added some additional functions to the 1-valued', compose', and progn groups.
...
Bugfix for marking up the definition for an empty function.
New category "potentially-1valued" for functions that are not erroneous if either 1-valued or multi-valued.
2004-07-17 17:06:26 +00:00
Richard M. Stallman
3751eb00d7
*** empty log message ***
2004-07-17 15:00:22 +00:00
Richard M. Stallman
442a68c7f1
(occur-read-primary-args): Pass default to read-from-minibuffer.
2004-07-17 14:34:42 +00:00
Richard M. Stallman
c4dc7971b9
(footnote-section-tag): Use defcustom.
2004-07-17 14:31:27 +00:00
Richard M. Stallman
5ac714934d
(font-lock-add-keywords, font-lock-remove-keywords):
...
Compile font-lock-keywords, not KEYWORDS.
(lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
Add warn, check-type. Handle cerror like error.
2004-07-17 14:30:33 +00:00
Daniel Pfeiffer
7778781072
(which-func-keymap): New var.
...
(which-func-face): New face.
(which-func-format): Use them.
2004-07-17 08:10:28 +00:00
Eli Zaretskii
b6fdd1efe6
(list-buffers-noselect): Append the buffer's process status to its mode name.
2004-07-16 13:15:09 +00:00
Kim F. Storm
f9253326af
*** empty log message ***
2004-07-16 10:42:43 +00:00
Kim F. Storm
ff99642792
(cua--preserve-mark-commands): New defvar.
...
Init to beginning-of-buffer and end-of-buffer.
(cua--undo-push-mark): New defvar.
(cua--pre-command-handler): Set inhibit-mark-movement if mark is
already active and command is in cua--preserve-mark-commands.
Also fix check for shift modifier on non-window systems.
(cua--post-command-handler): Clear inhibit-mark-movement if set.
2004-07-16 10:42:26 +00:00
Kim F. Storm
a416e7ef56
(inhibit-mark-movement): New defvar.
...
(beginning-of-buffer, end-of-buffer): Do not push mark if
inhibit-mark-movement is non-nil or C-u prefix is given.
2004-07-16 10:42:00 +00:00
Luc Teirlinck
386c8f42f7
*** empty log message ***
2004-07-14 23:35:30 +00:00
Luc Teirlinck
ec9b5635fb
(calendar-time-from-absolute): Return a list of two integers, instead
...
of a cons.
2004-07-14 23:22:14 +00:00
Luc Teirlinck
12cd6dfb85
(tramp-handle-verify-visited-file-modtime): `visited-file-modtime' now
...
returns a list of two integers, instead of a cons.
2004-07-14 23:04:14 +00:00
Luc Teirlinck
ca02a7263d
(dired-directory-changed-p): `visited-file-modtime' now returns a
...
list of two integers, instead of a cons.
2004-07-14 22:59:08 +00:00