Mercurial > emacs
view lisp/obsolete/sc.el @ 68100:e5611feba7f7
* gtkutil.c (xg_toggle_notify_cb): New function.
(xg_toggle_visibility_cb): Move setting of x_gtk_show_hidden_files to
xg_toggle_notify_cb.
(xg_get_file_with_chooser): Add callback to xg_toggle_notify_cb when
parameter value changes so the toggle button gets updated.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Mon, 09 Jan 2006 19:03:20 +0000 |
parents | 2b737d6ca0d7 |
children | 1e3a407766b9 |
line wrap: on
line source
;;; sc.el --- old name for supercite ;; Maintainer: FSF ;; This file is part of GNU Emacs. ;;; Commentary: ;;; Code: (require 'supercite) (provide 'sc) (message "The name `sc' works but is obsolete; please use `supercite' instead") ;;; arch-tag: 31e8ae19-689e-4b7d-9161-6d7dd60c6ece ;;; sc.el ends here