comparison lisp/hyperbole/hmouse-drv.el @ 24:4103f0995bd7 r19-15b95

Import from CVS: tag r19-15b95
author cvs
date Mon, 13 Aug 2007 08:51:03 +0200
parents 376386a54a3c
children 441bb1e64a06
comparison
equal deleted inserted replaced
23:0edd3412f124 24:4103f0995bd7
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."