comparison lisp/hyperbole/hmouse-drv.el @ 100:4be1180a9e89 r20-1b2

Import from CVS: tag r20-1b2
author cvs
date Mon, 13 Aug 2007 09:15:11 +0200
parents 131b0175ea99
children cf808b4c4290
comparison
equal deleted inserted replaced
99:2d83cbd90d8d 100:4be1180a9e89
267 (set-window-configuration *hkey-wconfig*) 267 (set-window-configuration *hkey-wconfig*)
268 (switch-to-buffer (other-buffer))) 268 (switch-to-buffer (other-buffer)))
269 (bury-buffer buf) 269 (bury-buffer buf)
270 (setq *hkey-wconfig* nil))) 270 (setq *hkey-wconfig* nil)))
271 271
272 ;;;###autoload
272 (defun hkey-help-show (buffer &optional current-window) 273 (defun hkey-help-show (buffer &optional current-window)
273 "Saves prior frame configuration if BUFFER displays help. Displays BUFFER. 274 "Saves prior frame configuration if BUFFER displays help. Displays BUFFER.
274 275
275 Optional second arg CURRENT-WINDOW non-nil forces display of buffer within 276 Optional second arg CURRENT-WINDOW non-nil forces display of buffer within
276 the current window. By default, it is displayed in another window." 277 the current window. By default, it is displayed in another window."