diff options
| author | Kenichi Handa | 2004-04-20 05:26:47 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-04-20 05:26:47 +0000 |
| commit | a95b842fb1327e18735885b430aab8cd8d1ecf81 (patch) | |
| tree | bf66a236b98d54f5145a4499a81f413d20f5a231 | |
| parent | 3a73f42898dea2c1ce0d55785f800a6e787aaecb (diff) | |
| download | emacs-a95b842fb1327e18735885b430aab8cd8d1ecf81.tar.gz emacs-a95b842fb1327e18735885b430aab8cd8d1ecf81.zip | |
(describe-char): Fix previous change.
| -rw-r--r-- | lisp/descr-text.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/descr-text.el b/lisp/descr-text.el index 86f2736f448..7e90e989b3e 100644 --- a/lisp/descr-text.el +++ b/lisp/descr-text.el | |||
| @@ -584,8 +584,6 @@ as well as widgets, buttons, overlays, and text properties." | |||
| 584 | (describe-text-properties pos buf))) | 584 | (describe-text-properties pos buf))) |
| 585 | (buffer-string))) | 585 | (buffer-string))) |
| 586 | 586 | ||
| 587 | ;;(when (eq (current-buffer) (get-buffer "*Help*")) | ||
| 588 | ;;(error "Can't describe char in Help buffer")) | ||
| 589 | (with-output-to-temp-buffer "*Help*" | 587 | (with-output-to-temp-buffer "*Help*" |
| 590 | (with-current-buffer standard-output | 588 | (with-current-buffer standard-output |
| 591 | (set-buffer-multibyte multibyte-p) | 589 | (set-buffer-multibyte multibyte-p) |