Miles Bader [Sun, 8 Jul 2007 11:30:49 +0000 (11:30 +0000)]
Add arch tagline
Martin Rudalics [Sun, 8 Jul 2007 08:28:12 +0000 (08:28 +0000)]
(disabled-command-function): Fit window to buffer to
make last line visible.
Martin Rudalics [Sun, 8 Jul 2007 08:21:13 +0000 (08:21 +0000)]
(mouse-drag-track): Reset transient-mark-mode to nil
when handling the terminating event.
Jay Belanger [Sun, 8 Jul 2007 01:40:33 +0000 (01:40 +0000)]
(math-bignum-digit-length,math-bignum-digit-size,math-small-integer-size):
Don't eval when compiled.
Jay Belanger [Sun, 8 Jul 2007 00:26:02 +0000 (00:26 +0000)]
(math-bignum-logb-digit-size,math-bignum-digit-power-of-two):
Evaluate when compiled.
Jay Belanger [Sun, 8 Jul 2007 00:18:06 +0000 (00:18 +0000)]
(math-bignum-logb-digit-size,math-bignum-digit-power-of-two): Evaluate
when compiled.
Jay Belanger [Sun, 8 Jul 2007 00:14:16 +0000 (00:14 +0000)]
(math-bignum-digit-size,math-small-integer-size): Evaluate when compiled.
Jay Belanger [Sun, 8 Jul 2007 00:11:09 +0000 (00:11 +0000)]
(math-bignum-digit-length): Evaluate when compiled.
Jay Belanger [Sun, 8 Jul 2007 00:06:26 +0000 (00:06 +0000)]
(math-approx-ln-10,math-approx-ln-2): Add docstrings.
Jay Belanger [Sun, 8 Jul 2007 00:01:06 +0000 (00:01 +0000)]
(math-gammap1-raw): Add docstring.
Jay Belanger [Sun, 8 Jul 2007 00:00:30 +0000 (00:00 +0000)]
(math-julian-date-beginning,math-julian-date-beginning-int) New constants.
(math-format-date-part,math-parse-standard-date,calcFunc-julian):
Use the new constants.
Jay Belanger [Sat, 7 Jul 2007 23:57:23 +0000 (23:57 +0000)]
(math-approx-pi,math-approx-sqrt-e,math-approx-gamma-const):
Add docstrings.
Jay Belanger [Sat, 7 Jul 2007 23:56:56 +0000 (23:56 +0000)]
(math-small-factorial-table,math-init-random-base,math-prime-test):
Remove unnecessary calls to `math-read-number-simple'.
Jay Belanger [Sat, 7 Jul 2007 23:56:33 +0000 (23:56 +0000)]
(math-bignum-digit-length): Change to optimal value.
(math-read-number-simple): Remove leading 0s.
Stefan Monnier [Sat, 7 Jul 2007 20:46:39 +0000 (20:46 +0000)]
(vc-annotate): Jump to line and output message only after the
process is really all done.
Stefan Monnier [Sat, 7 Jul 2007 20:37:19 +0000 (20:37 +0000)]
(vc-exec-after): Don't move point from the sentinel.
Forcefully read all the remaining text in the pipe upon process exit.
(vc-annotate-display-autoscale, vc-annotate-lines):
Don't stop at the first unrecognized line.
(vc-annotate-display-select): Run autoscale after the process is done
since it depends on the whole result.
Eli Zaretskii [Sat, 7 Jul 2007 11:18:58 +0000 (11:18 +0000)]
*** empty log message ***
Michael Albinus [Sat, 7 Jul 2007 11:18:32 +0000 (11:18 +0000)]
* process.texi (Asynchronous Processes):
* files.texi (Magic File Names): Add `start-file-process'.
Michael Albinus [Sat, 7 Jul 2007 11:17:51 +0000 (11:17 +0000)]
* simple.el (start-file-process): New defun.
Eli Zaretskii [Sat, 7 Jul 2007 11:17:33 +0000 (11:17 +0000)]
(menu-bar-open): New function. Bind <f10> to it.
Michael Albinus [Sat, 7 Jul 2007 11:17:03 +0000 (11:17 +0000)]
* NEWS: New function `start-file-process'.
Stefan Monnier [Sat, 7 Jul 2007 05:30:20 +0000 (05:30 +0000)]
Autoload section comment update.
Stefan Monnier [Sat, 7 Jul 2007 05:28:29 +0000 (05:28 +0000)]
(find-file-confirm-nonexistent-file): Rename from
find-file-confirm-inexistent-file. Update users.
Stefan Monnier [Sat, 7 Jul 2007 04:56:00 +0000 (04:56 +0000)]
(autoload-find-destination): Understand a new format of autoload block where
the file's time-stamp is replaced by its MD5 checksum.
(autoload-generate-file-autoloads): Use MD5 checksum instead of
time-stamp for secondary autoloads files.
(update-directory-autoloads): Remove duplicate entries.
Use time-less-p for time-stamps, as done in autoload-find-destination.
Jay Belanger [Sat, 7 Jul 2007 04:15:40 +0000 (04:15 +0000)]
(math-read-number): Replace number by variable.
(math-read-number-simple): Properly parse small integers.
Dan Nicolaescu [Sat, 7 Jul 2007 01:53:20 +0000 (01:53 +0000)]
Fix doc for the checkout function.
Dan Nicolaescu [Fri, 6 Jul 2007 21:24:40 +0000 (21:24 +0000)]
vc-hg.el: New file.
Dan Nicolaescu [Fri, 6 Jul 2007 21:14:21 +0000 (21:14 +0000)]
(vc-hg-root): New function.
(vc-hg-registered): Use it.
(vc-hg-diff-tree): New defalias.
(vc-hg-responsible-p): Likewise.
(vc-hg-checkout): Comment out, not needed.
(vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
(vc-hg-find-version, vc-hg-next-version): New functions.
Andreas Schwab [Fri, 6 Jul 2007 17:29:20 +0000 (17:29 +0000)]
(eval-last-sexp): Avoid introducing any
dynamic bindings around the evaluation of the expression.
Eli Zaretskii [Fri, 6 Jul 2007 16:14:39 +0000 (16:14 +0000)]
Document how to get back the old binding of SPC in file prompts.
Stefan Monnier [Fri, 6 Jul 2007 12:58:16 +0000 (12:58 +0000)]
(auto-revert-tail-handler): Use inhibit-read-only.
Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
Use run-hooks rather than run-mode-hooks.
Jay Belanger [Fri, 6 Jul 2007 03:58:00 +0000 (03:58 +0000)]
(math-add-bignum): Replace number by constant.
Jay Belanger [Fri, 6 Jul 2007 02:41:18 +0000 (02:41 +0000)]
(math-bignum-logb-digit-size,math-bignum-digit-power-of-two): New
constants.
(math-and-bignum,math-or-bignum,math-xor-bignum,math-diff-bignum)
(math-not-bignum,math-clip-bignum): Use the constants
math-bignum-digit-power-of-two and math-bignum-logb-digit-size instead
of their values.
(math-clip): Use math-small-integer-size instead of its value.
Jay Belanger [Fri, 6 Jul 2007 02:06:30 +0000 (02:06 +0000)]
(math-random-digit): Rename to `math-random-three-digit-number'.
(math-random-digits): Don't depend on representation of integers.
Chong Yidong [Thu, 5 Jul 2007 22:10:48 +0000 (22:10 +0000)]
(widget-documentation-string-value-create): Insert indentation spaces.
Chong Yidong [Thu, 5 Jul 2007 22:10:36 +0000 (22:10 +0000)]
* wid-edit.el (widget-documentation-string-value-create): Insert
indentation spaces.
Thien-Thi Nguyen [Thu, 5 Jul 2007 20:41:46 +0000 (20:41 +0000)]
Revert last change.
Thien-Thi Nguyen [Thu, 5 Jul 2007 20:37:35 +0000 (20:37 +0000)]
(bootstrap-prepare): Make $(lisp)/ps-print.el
and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
Dan Nicolaescu [Thu, 5 Jul 2007 19:48:06 +0000 (19:48 +0000)]
* vc-hooks.el (vc-handled-backends): Add HG.
* vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
Stefan Monnier [Thu, 5 Jul 2007 19:42:43 +0000 (19:42 +0000)]
(PC-do-complete-and-exit): Add support for the new
`confirm-only' confirmation mode.
Chong Yidong [Thu, 5 Jul 2007 18:37:29 +0000 (18:37 +0000)]
(custom-commands): New variable.
(custom-tool-bar-map): New variable. Initialize using
`custom-commands'.
(custom-mode): Use `custom-tool-bar-map'.
(custom-buffer-create-internal): Insert action buttons only if
tool bar is not used. Use `custom-commands'.
(Custom-help, custom-command-apply): New function.
(custom-command-apply, Custom-set, Custom-save)
(Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
Use `custom-command-apply' instead of duplicating code.
(customize-group-other-window): Call `customize-group' instead of
duplicating code.
(customize-face-other-window): Call `customize-face' instead of
duplicating code.
(customize-group, customize-face): Add optional args for opening
in another window.
(custom-variable-tag): Don't inherit `variable-pitch' face.
(custom-group-tag): Inherit `variable-pitch' face.
(custom-variable-value-create): Set documentation indentation.
(custom-group-value-create): Make group name a link, instead of
using an extra "go to group" button.
(custom-prompt-variable, custom-group-set, custom-group-save)
(custom-group-reset-current, custom-group-reset-saved)
(custom-group-reset-standard): Minor cleanup.
Chong Yidong [Thu, 5 Jul 2007 18:37:03 +0000 (18:37 +0000)]
* cus-edit.el (custom-commands): New variable.
(custom-tool-bar-map): New variable. Initialize using
`custom-commands'.
(custom-mode): Use `custom-tool-bar-map'.
(custom-buffer-create-internal): Insert action buttons only if
tool bar is not used. Use `custom-commands'.
(Custom-help, custom-command-apply): New function.
(custom-command-apply, Custom-set, Custom-save)
(Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
Use `custom-command-apply' instead of duplicating code.
(customize-group-other-window): Call `customize-group' instead of
duplicating code.
(customize-face-other-window): Call `customize-face' instead of
duplicating code.
(customize-group, customize-face): Add optional args for opening
in another window.
(custom-variable-tag): Don't inherit `variable-pitch' face.
(custom-group-tag): Inherit `variable-pitch' face.
(custom-variable-value-create): Set documentation indentation.
(custom-group-value-create): Make group name a link, instead of
using an extra "go to group" button.
(custom-prompt-variable, custom-group-set, custom-group-save)
(custom-group-reset-current, custom-group-reset-saved)
(custom-group-reset-standard): Minor cleanup.
Thien-Thi Nguyen [Thu, 5 Jul 2007 15:45:13 +0000 (15:45 +0000)]
(bootstrap-prepare): When copying from
ldefs-boot.el, make sure loaddefs.el is writeable.
Dan Nicolaescu [Thu, 5 Jul 2007 15:04:42 +0000 (15:04 +0000)]
*** empty log message ***
Dan Nicolaescu [Thu, 5 Jul 2007 14:55:34 +0000 (14:55 +0000)]
* vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
only caller, and delete.
(vc-hg-state): Deal with exceptions and only parse the output on
successful return.
* vc-hg.el (vc-hg-internal-log): Inline in
`vc-hg-workfile-version', the only caller, and delete.
(vc-hg-workfile-version): Deal with exceptions and only parse the
output on successful return.
Jay Belanger [Wed, 4 Jul 2007 13:54:30 +0000 (13:54 +0000)]
(calculator-expt): Use more cases to determine the value.
Jay Belanger [Wed, 4 Jul 2007 04:36:04 +0000 (04:36 +0000)]
(math-small-factorial-table): Replace list by vector.
Jay Belanger [Wed, 4 Jul 2007 04:20:35 +0000 (04:20 +0000)]
(calculator-expt, calculator-integer-p): New functions.
(calculator-fact): Check to see if the factorial will be too large
before computing it.
(calculator-initial-operators): Use `calculator-expt' to compute "^".
(calculator-mode): Mention that results which are too large will return inf.
David Kastrup [Tue, 3 Jul 2007 18:17:07 +0000 (18:17 +0000)]
On request of the authors, remove their addresses for
the sake of bug reports, and add the developer list address as
maintainer information.
Richard M. Stallman [Tue, 3 Jul 2007 18:10:54 +0000 (18:10 +0000)]
For find-file-confirm-inexistent-file, indicate the default.
Richard M. Stallman [Tue, 3 Jul 2007 02:54:48 +0000 (02:54 +0000)]
(command-line): Set buffer-offer-save in *scratch* and enable auto-save in it.
Richard M. Stallman [Tue, 3 Jul 2007 02:54:27 +0000 (02:54 +0000)]
(find-file-confirm-inexistent-file): Make it a defcustom.
Make nil the default.
Richard M. Stallman [Tue, 3 Jul 2007 02:52:32 +0000 (02:52 +0000)]
(make-directory): Doc fix.
Carsten Dominik [Mon, 2 Jul 2007 21:53:51 +0000 (21:53 +0000)]
*** empty log message ***
Carsten Dominik [Mon, 2 Jul 2007 13:38:15 +0000 (13:38 +0000)]
(orgstruct-mode-map): New variable.
(orgstruct-mode): New minor mode.
(turn-on-orgstruct, orgstruct-error, orgstruct-setup)
(orgstruct-make-binding, org-context-p, org-get-local-variables)
(org-run-like-in-org-mode): New functions.
(org-cycle-list-bullet): New command.
(org-special-properties, org-property-start-re)
(org-property-end-re): New constants.
(org-with-point-at): New macro.
(org-get-property-block, org-entry-properties, org-entry-get)
(org-entry-delete, org-entry-get-with-inheritance)
(org-entry-put, org-buffer-property-keys): New functions.
(org-insert-property-drawer): New command.
(org-entry-property-inherited-from): New variable.
(org-column): New face.
(org-column-overlays, org-current-columns-fmt)
(org-current-columns-maxwidths, org-column-map): New variables.
(org-column-menu): New menu.
(org-new-column-overlay, org-overlay-columns)
(org-overlay-columns-title, org-remove-column-overlays)
(org-column-show-value, org-column-quit, org-column-edit): New
functions.
(org-columns, org-agenda-columns): New commands.
(org-get-columns-autowidth-alist): New functions.
(org-properties): New customize group.
(org-default-columns-format): New option.
(org-priority): Realign tags after changing priority.
(org-preserve-lc): New macro.
(org-update-checkbox-count): Catch case when there is no headline.
(org-agenda-quit): Remove any column overlays.
(org-beginning-of-item-list): Fixed bug when non-item
line is indented too deep.
(org-cached-props): New variable.
(org-cached-entry-get): New function.
(org-make-tags-matcher): Handle property matches.
(org-table-recalculate): Swap evaluation order: Field
formula first, then column formulas, but don't allow them to
overwrite the field formulas.
(org-table-eval-formula): New argument untouchable.
(org-table-put-field-property): New function.
Carsten Dominik [Mon, 2 Jul 2007 13:37:47 +0000 (13:37 +0000)]
Version 5.01
Carsten Dominik [Mon, 2 Jul 2007 13:36:08 +0000 (13:36 +0000)]
*** empty log message ***
Martin Rudalics [Mon, 2 Jul 2007 05:55:28 +0000 (05:55 +0000)]
(help-make-xrefs): Skip spaces too when skipping tabs.
Martin Rudalics [Mon, 2 Jul 2007 05:52:28 +0000 (05:52 +0000)]
(dired-at-point-prompter): Improve prompt in
list-directory case.
Richard M. Stallman [Sun, 1 Jul 2007 17:19:53 +0000 (17:19 +0000)]
(partial-completion-mode): Remove advice of read-file-name-internal.
(PC-do-completion): Rebind minibuffer-completion-table.
(PC-read-file-name-internal): New function doing what
read-file-name-internal advice did.
Richard M. Stallman [Sun, 1 Jul 2007 17:18:42 +0000 (17:18 +0000)]
(max-mini-window-height): Added.
Thien-Thi Nguyen [Sun, 1 Jul 2007 16:59:07 +0000 (16:59 +0000)]
Set `binding-is-magic' property on a few symbols.
(byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
(byte-optimize-lapcode): Remove bindings that are not referenced
and certainly will not effect through dynamic scoping.
Stefan Monnier [Sun, 1 Jul 2007 01:57:53 +0000 (01:57 +0000)]
*** empty log message ***
Stefan Monnier [Sun, 1 Jul 2007 01:57:31 +0000 (01:57 +0000)]
(find-file-confirm-inexistent-file): New var.
(find-file, find-file-other-window, find-file-other-frame)
(find-file-read-only, find-file-read-only-other-window)
(find-file-read-only-other-frame): Use it.
Stefan Monnier [Sun, 1 Jul 2007 01:57:21 +0000 (01:57 +0000)]
(Fcompleting_read): New value `confirm-only' for `require-match'.
Stefan Monnier [Sat, 30 Jun 2007 18:49:41 +0000 (18:49 +0000)]
(rx-constituents): Fix up `anything'.
Juanma Barranquero [Fri, 29 Jun 2007 11:07:09 +0000 (11:07 +0000)]
(generic-define-mswindows-modes, generic-define-unix-modes,
apache-log-generic-mode, bat-generic-mode-keymap, java-manifest-generic-mode,
show-tabs-generic-mode): Fix typos in docstrings.
Thien-Thi Nguyen [Fri, 29 Jun 2007 07:32:59 +0000 (07:32 +0000)]
(rcirc-server-alist): Rename from rcirc-connections.
(rcirc-default-full-name): Rename from
rcirc-default-user-full-name.
(rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
(rcirc-print): Never ignore messages from ourself.
Stefan Monnier [Fri, 29 Jun 2007 04:37:34 +0000 (04:37 +0000)]
Docstring convention fix.
Stefan Monnier [Fri, 29 Jun 2007 04:29:43 +0000 (04:29 +0000)]
(lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
syntax as well. Reported by Juri Linkov <juri@jurta.org>.
Stefan Monnier [Thu, 28 Jun 2007 20:21:13 +0000 (20:21 +0000)]
(Fdo_auto_save): Revert last patch installed unwillingly as
part of the 2007-06-27 change to syms_of_fileio.
Jan Djärv [Thu, 28 Jun 2007 19:06:27 +0000 (19:06 +0000)]
(dnd-get-local-file-name): Set fixcase to t in call to
replace-regexp-in-string.
Stefan Monnier [Thu, 28 Jun 2007 15:09:48 +0000 (15:09 +0000)]
*** empty log message ***
Stefan Monnier [Thu, 28 Jun 2007 15:09:39 +0000 (15:09 +0000)]
Docstring and comment fix.
Stefan Monnier [Thu, 28 Jun 2007 15:09:21 +0000 (15:09 +0000)]
Set edebug and indentation before loading
cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
YAMAMOTO Mitsuharu [Thu, 28 Jun 2007 10:09:00 +0000 (10:09 +0000)]
[USE_MAC_TSM] (mac_handle_text_input_event):
Check WINDOWP before using XWINDOW. Consolidate return statements.
Andreas Schwab [Thu, 28 Jun 2007 09:11:43 +0000 (09:11 +0000)]
($(lisp)/mh-e/mh-loaddefs.el): Depend on
$(lisp)/subdirs.el.
Juanma Barranquero [Thu, 28 Jun 2007 09:00:51 +0000 (09:00 +0000)]
(speedbar-handle-delete-frame): Don't try to delete the speedbar frame if nil;
that deletes the current frame or causes an error if it is the only frame.
Thien-Thi Nguyen [Thu, 28 Jun 2007 07:14:47 +0000 (07:14 +0000)]
Groff \# comments.
(nroff-mode-syntax-table): \# comment intro,
plain # as punct per global table.
(nroff-font-lock-keywords): Add # as a single char escape.
(nroff-mode): In comment-start-skip, match \#.
Stefan Monnier [Thu, 28 Jun 2007 02:01:54 +0000 (02:01 +0000)]
(vc-functions): Clear up the cache when reloading the file.
(vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode point-min == 1.
Nick Roberts [Thu, 28 Jun 2007 01:39:09 +0000 (01:39 +0000)]
* pcvs-util.el (cvs-strings->string, cvs-string->strings): Rename
and move to...
* subr.el (strings->string, string->strings): ...here.
Nick Roberts [Thu, 28 Jun 2007 01:37:40 +0000 (01:37 +0000)]
(cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
(cvs-mode-checkout, cvs-execute-single-file): Use new function names
strings->string, string->strings.
Nick Roberts [Thu, 28 Jun 2007 01:35:10 +0000 (01:35 +0000)]
* pcvs-util.el (cvs-strings->string, cvs-string->strings): Rename
and move to...
* subr.el (strings->string, string->strings): ...here.
Nick Roberts [Thu, 28 Jun 2007 01:33:18 +0000 (01:33 +0000)]
(gud-common-init): Call string->strings instead
of split-string.
Nick Roberts [Thu, 28 Jun 2007 01:30:51 +0000 (01:30 +0000)]
*** empty log message ***
Richard M. Stallman [Wed, 27 Jun 2007 23:30:08 +0000 (23:30 +0000)]
(syms_of_fileio) <after-insert-file-functions>: Doc fix.
Richard M. Stallman [Wed, 27 Jun 2007 23:29:26 +0000 (23:29 +0000)]
(Format Conversion Piecemeal): Clarify
`after-insert-file-functions' calling convention.
Michael Albinus [Wed, 27 Jun 2007 21:11:04 +0000 (21:11 +0000)]
* dired-aux.el: Remove `dired-call-process'.
(dired-check-process): Call `process-file'.
* wdired.el (wdired-do-perm-changes): Call `process-file'.
* net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
`ange-ftp-process-file'.
Michael Albinus [Wed, 27 Jun 2007 21:08:40 +0000 (21:08 +0000)]
* files.texi (Magic File Names): Remove `dired-call-process'. Add
`process-file'.
Michael Albinus [Wed, 27 Jun 2007 21:07:49 +0000 (21:07 +0000)]
* NEWS: `dired-call-process' has been removed.
Stefan Monnier [Wed, 27 Jun 2007 19:17:53 +0000 (19:17 +0000)]
Use cl-loaddefs.el rather than manual autoloads.
Stefan Monnier [Wed, 27 Jun 2007 19:14:41 +0000 (19:14 +0000)]
New file.
Stefan Monnier [Wed, 27 Jun 2007 19:13:46 +0000 (19:13 +0000)]
Set generated-autoload-file to cl-loaddefs.el.
Add autoload cookies on all defs autoloaded manually in cl.el.
Stefan Monnier [Wed, 27 Jun 2007 18:59:03 +0000 (18:59 +0000)]
Set generated-autoload-file to cl-loaddefs.el.
Add autoload cookies on all defs autoloaded manually in cl.el.
Stefan Monnier [Wed, 27 Jun 2007 18:53:15 +0000 (18:53 +0000)]
Set generated-autoload-file to cl-loaddefs.el.
Add autoload cookies on all defs autoloaded manually in cl.el.
Stefan Monnier [Wed, 27 Jun 2007 18:06:14 +0000 (18:06 +0000)]
(texinfo-raisesections-alist, texinfo-lowersections-alist): Merge definition
and declaration.
(texinfo-start-of-header, texinfo-end-of-header): Remove.
(texinfo-format-syntax-table): Merge init into declaration.
(texinfo-format-parse-line-args, texinfo-format-parse-args)
(texinfo-format-parse-defun-args, texinfo-format-node)
(texinfo-push-stack, texinfo-multitable-widths)
(texinfo-define-info-enclosure, texinfo-alias)
(texinfo-format-defindex, batch-texinfo-format): Use push.
(texinfo-footnote-number): Remove duplicate declaration.
Stefan Monnier [Wed, 27 Jun 2007 15:56:38 +0000 (15:56 +0000)]
Update with auto-generated autoloads.
Stefan Monnier [Wed, 27 Jun 2007 15:55:27 +0000 (15:55 +0000)]
Set generated-autoload-file to "ps-print.el".
Juanma Barranquero [Wed, 27 Jun 2007 11:36:59 +0000 (11:36 +0000)]
(syms_of_buffer) <selective-display>: Fix typo in docstring.
Kenichi Handa [Wed, 27 Jun 2007 00:37:28 +0000 (00:37 +0000)]
(Special Properties): Fix previous typo.