mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
*** empty log message ***
This commit is contained in:
parent
45d14b735f
commit
93aba6fcd4
3 changed files with 21 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2001-08-15 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* Makefile.in (DONTCOMPILE): Remove sc.el.
|
||||
|
||||
* Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
|
||||
Don't include term/.
|
||||
|
||||
|
|
|
|||
14
lisp/obsolete/sc.el
Normal file
14
lisp/obsolete/sc.el
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
;;; sc.el --- old name for supercite
|
||||
|
||||
;; Maintainer: FSF
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'supercite)
|
||||
(provide 'sc)
|
||||
|
||||
;;; sc.el ends here
|
||||
|
|
@ -1,3 +1,8 @@
|
|||
2001-08-15 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* xfaces.c (x_update_menu_appearance): Don't call
|
||||
set_frame_menubar, let the next redisplay do it.
|
||||
|
||||
2001-08-14 Andrew Innes <andrewi@gnu.org>
|
||||
|
||||
* w32term.c (x_draw_glyph_string): Draw relief (if any) before
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue